list_tables
Retrieve all table names from the connected database to discover available data. Use this before exploring specific tables to avoid guessing.
Instructions
List all tables in the connected Chinook database.
Call this FIRST when you don't yet know what data is available. Returns a JSON object with a 'tables' key holding a list of table names. Each name can then be passed to describe_table to learn the columns. Cheap to call; use it freely rather than guessing table names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||