describe_table
Inspect a SQLite table or view and return columns, foreign keys, and indexes as CSV sections, so agents can understand schema before writing queries.
Instructions
Columns (cid, name, type, notnull, default, pk), foreign keys and indexes of a table or view, as CSV sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name. |