Tools
get_schema
Get the complete JSON schema for a data model
Get the complete JSON schema for a data model — all fields, types, required flags, enums, and defaults.
| Parameter | Type | Required | Description |
|---|---|---|---|
modelName | string | Yes | Model name (e.g. Customers, Orders, Products) |
Example prompt: "Show me the schema for the Orders model"