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
| Field | Type | Description |
|---|---|---|
| query * | string | Question ou mots-clés (précis). |
| sources | array | Sources à interroger (identifiants) ; défaut : toutes. |
| limit | number | Ré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} })