Cloud MCPsql
sql
3 MCP tools on the Hanzo cloud door that call the sql API.
The 3 tools tools/list names for sql. Each dispatches to an operation in the sql API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_sql_name | DELETE /v1/sql/{name} | 1 | name | DropSQL deprovisions one Hanzo SQL database. |
get_v1_sql | GET /v1/sql | 0 | — | ListSQL lists the caller org's Hanzo SQL databases. |
get_v1_sql_name | GET /v1/sql/{name} | 1 | name | GetSQL returns one Hanzo SQL database's metadata. |
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?