List Tables
listTablesList all tables in a SQLite database to explore available data and obtain table names for subsequent queries.
Instructions
List all tables in the connected SQLite database. Use this tool to discover what tables are available before using other tools.
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. |