List Tables
listTablesDiscover all tables in the connected SQLite database. Use this to explore available data before querying or inspecting schemas.
Instructions
List all tables in the connected SQLite database. Use this tool to discover what tables are available before using other tools.
<what_it_returns> A sorted JSON array of table name strings. </what_it_returns>
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextCursor | No | Opaque cursor pointing to the next page. Absent when this is the final page. | |
| tables | Yes | Sorted list of table names for this page. |