List database tables
list_tablesList all tables in the shop database with row counts, column names, and descriptions to discover the schema before running queries.
Instructions
List every table in the shop database with its row count, column names and a short description of what the table contains.
Call this first to discover the database structure. Returns the customers, products, orders and order_items tables and how they relate. Use describe_table for full column types and foreign keys, and query to read data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||