describe_table
Retrieve the column schema for a SQLite table, showing name, type, nullability, and primary key details.
Instructions
Get the column schema (name, type, nullability, primary key) for one table.
Args: table: Table name, as returned by list_tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |