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
| Field | Type | Description |
|---|---|---|
| status | array | Statuses to include (default: detected only) |
| minOccurrences | number | Only gaps seen at least N times |
| limit | number | Max 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} })