inspect_schema
Query the local D1 database to list every table and its applied column definitions. Read-only inspection for understanding the current schema structure.
Instructions
Query the local D1 sqlite_master to list every table + the column definitions actually applied. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | D1 binding name (default: auto-detect) | |
| table | No | Optional table to scope to |