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 | Description |
|---|---|---|---|
delete_v1_sql_name | DELETE /v1/sql/{name} | 1 | 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 | GetSQL returns one Hanzo SQL database's metadata. |
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?