describe_model
Retrieve a content model's field schema: names, types, required fields, choices, linked models, nested fields. Understand data structure without fetching full API or docs.
Instructions
Describe one content model's field schema (names, types, required, choices, linked models, nested fields). Use this to understand the exact shape of the data behind a page or component — instead of fetching the whole API or docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name (from list_models) |