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
| Champ | Type | Description |
|---|---|---|
| pattern * | string | The recurring question pattern or topic that lacks KB coverage |
| ticketId | string | Optional 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":"…"} })