describe_table
Retrieve a table's full schema: columns, types, constraints, foreign keys, row count, and CREATE statement. Read-only access for safe inspection.
Instructions
Describe the schema of a table: columns (name, type, notnull, default, primary key), foreign keys, row count, and the CREATE statement. Returns JSON with 'table', 'columns', 'foreign_keys', 'row_count', 'sql'. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the table to describe. |