describe_table
Returns column names, types, and a few sample rows from a given SQLite table.
Instructions
Get the schema (columns) and a few sample rows from the specified table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |