get_schema
Retrieve the cached schema of a database connection, including tables, columns, and relationships. Use this before writing SQL to avoid discovery queries.
Instructions
Get the cached schema (tables, columns, relationships) of a database connection. Call this once before writing SQL — no discovery queries needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | Connection id from list_connections |