list_tables
Retrieve all user-created table names from the Statistics Canada SQLite database to inspect and clean outdated tables.
Instructions
Lists all user-created tables in the SQLite database.
Returns: Dict[str, Any]: Dictionary containing a list of table names or an error message.
IMPORTANT: The database is persistent. Use this to check for old tables that might need cleaning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||