All tools

Knowledge · list_kb_gaps

List knowledge gaps

List the undocumented questions, sorted by frequency.

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

Input

FieldTypeDescription
statusarrayStatuses to include (default: detected only)
minOccurrencesnumberOnly gaps seen at least N times
limitnumberMax rows (1-50, default 20)

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":"list_kb_gaps","input":{"status":[],"minOccurrences":1,"limit":1}}'
$run({ "tool": "list_kb_gaps", "input": {"status":[],"minOccurrences":1,"limit":1} })