List Tables
listTablesDiscover available tables in the connected SQLite database. Use this tool to list all table names before querying or exploring schema.
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. |