contentrain_describe
Retrieve the full schema of a single content model. Use this to inspect model fields and structure without creating content.
Instructions
Get full schema of a single model (read-only). Do NOT manually create content files — use contentrain_content_save instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ID (e.g. "blog-post", "hero") | |
| locale | No | Locale for sample content (default: config default locale) | |
| include_sample | No | Include one sample entry |