Cloud MCPkb
kb
8 MCP tools on the Hanzo cloud door that call the kb API.
The 8 tools tools/list names for kb. Each dispatches to an operation in the kb API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_kb_connectors_provider | DELETE /v1/kb/connectors/{provider} | 1 | DisconnectConnector revokes a connection: it tombstones the stored credential so a later sync cannot |
get_v1_kb_connectors | GET /v1/kb/connectors | 0 | ListConnectors returns every supported knowledge connector with THIS org's connection state and the |
get_v1_kb_connectors_catalog | GET /v1/kb/connectors/catalog | 0 | ListConnectorCatalog returns the ONE catalog of everything a caller can connect: every first-party c |
get_v1_kb_connectors_provider_callback | GET /v1/kb/connectors/{provider}/callback | 4 | CompleteConnectorOAuth finishes an OAuth connection: it exchanges the provider's code for a token, s |
get_v1_kb_connectors_provider_connect | GET /v1/kb/connectors/{provider}/connect | 1 | StartConnectorOAuth returns the provider authorize URL the console opens to connect this org's accou |
get_v1_kb_graph | GET /v1/kb/graph | 1 | GetKnowledgeGraph returns the caller org's knowledge as a node/edge graph shaped for a force-directe |
post_v1_kb_connectors_provider_sync | POST /v1/kb/connectors/{provider}/sync | 1 | SyncConnector pulls the provider's documents for the caller's org and files them as knowledge source |
post_v1_kb_search | POST /v1/kb/search | 4 | SearchKnowledge runs a semantic search over the caller org's own knowledge — its wiki pages, its age |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?