All tools

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

FieldTypeDescription
query *stringThe search query — be specific and use relevant keywords
limitnumberNumber 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} })