inspect_schema
List all tables in a database schema with row counts and sizes, or get detailed inspection of a specific table's columns, types, constraints, and foreign keys.
Instructions
List all tables in a schema with row counts and sizes, or inspect a specific table's columns, types, constraints, and foreign keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Specific table name to inspect. Omit to list all tables. | |
| schema | No | Database schema to inspect (default: public) | public |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000). Increase for slow or remote databases. |