Skip to main content
Glama

contentstack-mcp

create_entry

Generate and add a new entry for a specific content type in Contentstack MCP, ensuring data aligns with predefined schema requirements.

Instructions

Creates a new entry for a specified content type.

Input Schema

NameRequiredDescriptionDefault
content_type_uidYesContent type UID
entryYesEntry data according to content type schema

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": "Entry data according to content type schema", "properties": {}, "type": "object" } }, "required": [ "content_type_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