List tables
list_tablesLists all tables and views in a SQLite database file. Provide the absolute path to the .db file.
Instructions
List the names of all tables and views in a SQLite database file. path must be an absolute filesystem path to the .db/.sqlite file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the SQLite database file. |