Get database schema
get_database_schemaRetrieve the complete database schema including tables, columns, and foreign key relationships to identify available data before running analytics queries.
Instructions
Lists every business table (customers, products, orders, order_items), their columns (name, SQLite type, nullability, primary key) and foreign key relationships. Use this first to understand what data is available before calling the other tools. Takes no parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||