contentstack-mcp

by darekrossman

get_entry

Retrieve a specific entry by its content type and entry UID, with options for locale and including references, to efficiently manage and access content.

Instructions

Retrieves a specific entry by its content type UID and entry UID, with options for locale and including references.

Input Schema

NameRequiredDescriptionDefault
content_type_uidYesContent type UID
entry_uidYesEntry UID to retrieve
include_reference_content_type_uidNoInclude content type UIDs in references
include_referencesNoReferences to include
localeNoLocale code (e.g., 'en-us')

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_uid": { "description": "Entry UID to retrieve", "type": "string" }, "include_reference_content_type_uid": { "default": false, "description": "Include content type UIDs in references", "type": "boolean" }, "include_references": { "description": "References to include", "items": { "type": "string" }, "type": "array" }, "locale": { "description": "Locale code (e.g., 'en-us')", "type": "string" } }, "required": [ "content_type_uid", "entry_uid" ], "type": "object" }

You must be authenticated.

Other Tools from contentstack-mcp

Related Tools

ID: c4avzr3qnm