contentful-mcp
by ivo-toby
update_entry
Update an existing entry, always send all field values, also the fields values that have not been updated
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entryId | Yes | ||
environmentId | No | master | |
fields | Yes | ||
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. | |
spaceName | No | Human-readable name of the space. If provided, it will be resolved to a spaceId. |
Input Schema (JSON Schema)
{
"properties": {
"entryId": {
"type": "string"
},
"environmentId": {
"default": "master",
"type": "string"
},
"fields": {
"type": "object"
},
"spaceId": {
"description": "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear.",
"type": "string"
},
"spaceName": {
"description": "Human-readable name of the space. If provided, it will be resolved to a spaceId.",
"type": "string"
}
},
"required": [
"spaceId",
"entryId",
"fields"
],
"type": "object"
}
You must be authenticated.
Other Tools
- list_content_types
- search_entries
- create_entry
- get_entry
- update_entry
- delete_entry
- publish_entry
- unpublish_entry
- upload_asset
- get_asset
- update_asset
- delete_asset
- publish_asset
- unpublish_asset
- list_spaces
- get_space
- list_environments
- create_environment
- delete_environment
- get_content_type
- create_content_type
- update_content_type
- delete_content_type