All tools

Knowledge · company_knowledge

Company knowledge

Federated, cited search across every connected source (documents, email, Drive, CRM).

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

Input

FieldTypeDescription
query *stringQuestion ou mots-clés (précis).
sourcesarraySources à interroger (identifiants) ; défaut : toutes.
limitnumberRésultats max par source (1-10, défaut 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":"company_knowledge","input":{"query":"…","sources":[],"limit":1}}'
$run({ "tool": "company_knowledge", "input": {"query":"…","sources":[],"limit":1} })