Tous les outils

Connaissances · detect_kb_gap

Signaler une lacune

Enregistre une question récurrente sans réponse documentée.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
pattern *stringThe recurring question pattern or topic that lacks KB coverage
ticketIdstringOptional ticket UUID that triggered this gap detection

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"detect_kb_gap","input":{"pattern":"…","ticketId":"…"}}'
$run({ "tool": "detect_kb_gap", "input": {"pattern":"…","ticketId":"…"} })