list_tables
Retrieve a list of all tables in any SQLite database by providing its file path.
Instructions
List all tables in the specified SQLite database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |