get_schema
Retrieve the complete database schema, including columns, data types, nullability, primary keys, and foreign keys, to plan accurate queries and referential inserts.
Instructions
Retrieve the complete schema layout of the active database.
When to use: Call this tool before writing queries or generating mock data payloads. It provides columns, data types, nullability, primary keys, and foreign key relationships for all tables, which is necessary to plan referential insert operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||