Hanzo
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.

ToolRouteArgumentsDescription
delete_v1_kb_connectors_providerDELETE /v1/kb/connectors/{provider}1DisconnectConnector revokes a connection: it tombstones the stored credential so a later sync cannot
get_v1_kb_connectorsGET /v1/kb/connectors0ListConnectors returns every supported knowledge connector with THIS org's connection state and the
get_v1_kb_connectors_catalogGET /v1/kb/connectors/catalog0ListConnectorCatalog returns the ONE catalog of everything a caller can connect: every first-party c
get_v1_kb_connectors_provider_callbackGET /v1/kb/connectors/{provider}/callback4CompleteConnectorOAuth finishes an OAuth connection: it exchanges the provider's code for a token, s
get_v1_kb_connectors_provider_connectGET /v1/kb/connectors/{provider}/connect1StartConnectorOAuth returns the provider authorize URL the console opens to connect this org's accou
get_v1_kb_graphGET /v1/kb/graph1GetKnowledgeGraph returns the caller org's knowledge as a node/edge graph shaped for a force-directe
post_v1_kb_connectors_provider_syncPOST /v1/kb/connectors/{provider}/sync1SyncConnector pulls the provider's documents for the caller's org and files them as knowledge source
post_v1_kb_searchPOST /v1/kb/search4SearchKnowledge runs a semantic search over the caller org's own knowledge — its wiki pages, its age

All 834 tools · The door

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?