list_tables
Retrieve all table names from a SQLite database by supplying its file path, offering an immediate view of the database structure to simplify navigation and query planning.
Instructions
List all tables in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |