contentful-mcp
by ivo-toby
create_entry
Create a new entry in Contentful, before executing this function, you need to know the contentTypeId (not the content type NAME) and the fields of that contentType, you can get the fields definition by using the GET_CONTENT_TYPE tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentTypeId | Yes | The ID of the content type for the new entry | |
environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |
fields | Yes | The fields of the entry | |
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. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- create_content_type
- create_entry
- create_environment
- delete_asset
- delete_content_type
- delete_entry
- delete_environment
- get_asset
- get_content_type
- get_entry
- get_space
- list_assets
- list_content_types
- list_environments
- list_spaces
- publish_asset
- publish_content_type
- publish_entry
- search_entries
- unpublish_asset
- unpublish_entry
- update_asset
- update_content_type
- update_entry
- upload_asset