Skip to main content
Glama

contentstack-mcp

update_entry

Modify existing entries in Contentstack by specifying the content type UID, entry UID, and updated entry data using the update_entry function.

Instructions

Updates an existing entry identified by its UID and content type UID.

Input Schema

NameRequiredDescriptionDefault
content_type_uidYesContent type UID
entryYesUpdated entry data
entry_uidYesEntry UID to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content_type_uid": { "description": "Content type UID", "type": "string" }, "entry": { "additionalProperties": true, "description": "Updated entry data", "properties": {}, "type": "object" }, "entry_uid": { "description": "Entry UID to update", "type": "string" } }, "required": [ "content_type_uid", "entry_uid", "entry" ], "type": "object" }

You must be authenticated.

Other Tools from contentstack-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/darekrossman/contentstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server