Knowledge · search_knowledge
Search knowledge base
Semantic search across the workspace documents (PDF, pages, procedures).
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| query * | string | The search query — be specific and use relevant keywords |
| limit | number | Number of results to return (1-10, default 5) |
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":"search_knowledge","input":{"query":"…","limit":1}}'$
run({ "tool": "search_knowledge", "input": {"query":"…","limit":1} })