All tools

Knowledge · detect_kb_gap

Log a knowledge gap

Record a recurring question that has no documented answer.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

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

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

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":"…"} })