list_tables
Retrieve all user-defined table names from a specified SQLite database file. Quickly identify existing tables for database exploration or management.
Instructions
List all user-defined tables in a SQLite database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes | Path to the SQLite database file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||