query_knowledge
Search the company's connected knowledge across every source — Drive, SharePoint, Confluence, Slack, Notion — with cited synthesized answers, lifecycle awareness, and refusal-on-weak-context. Returns a written answer with [n] citations plus the ranked source chunks. Modes: fast (1,500 kT — retrieval-only, no synthesis), standard (12,500 kT — default; synthesized answer over the top retrieval set), deep (25,000 kT — wider retrieval + premium synthesis for complex questions). Pick the cheapest tier that answers the question. Responses are capped at 25,000 output tokens per Claude Connectors policy; if truncated, structured metadata carries truncated: true and query_id so the agent can call get_source_detail for full provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | fast | standard | deep. Defaults to `standard`. `fast` returns chunks only (no synthesized answer); `standard` and `deep` return a synthesized answer with [n] citations + the source chunks. | |
| query | Yes | Natural-language query (1–2000 characters). Be specific — results are ranked by authority + relevance, not keyword overlap. | |
| domain | No | Optional taxonomy domain filter (e.g. 'engineering.platform'). Use `list_domains` to discover valid values for the tenant. | |
| max_sources | No | Number of source chunks to return (1–20, default 5). The 25K token cap may force fewer results regardless of this value. |