Cloud MCPsearch
search
5 MCP tools on the Hanzo cloud door that call the search API.
The 5 tools tools/list names for search. Each dispatches to an operation in the search API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_search_name | DELETE /v1/search/{name} | 1 | name | DropSearch deletes one search index from the shared backend and removes its metadata row. |
get_v1_search | GET /v1/search | 0 | — | ListSearch lists the caller org's search indexes. |
get_v1_search_indexes | GET /v1/search/indexes | 0 | — | Lists the search indexes with their document counts and timestamps. |
get_v1_search_name | GET /v1/search/{name} | 1 | name | GetSearch returns one search index's metadata. |
get_v1_search_stats | GET /v1/search/stats | 0 | — | Totals the documents across every search index. |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).
How is this guide?