create_content_type
Create a structured content type in a Contentful space by defining its fields, including field types, validation, and localization settings.
Instructions
Create a new content type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| fields | Yes | Array of field definitions for the content type | |
| description | No | ||
| displayField | No | ||
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |