Introspect Schema
introspect_schemaRetrieve database tables and columns in an LLM-friendly format before writing SQL queries against an existing database.
Instructions
Get the database schema — tables and columns — in a format optimized for LLM context. Use this before writing queries against an existing database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databaseId | Yes | The database ID to introspect |