contentful-mcp

MIT License
130
17
  • Apple

get_entry

Retrieve an existing entry from Contentful by specifying the entry ID, space ID, and environment ID. Use this tool to access and manage content within your Contentful space with precision.

Instructions

Retrieve an existing entry

Input Schema

NameRequiredDescriptionDefault
entryIdYes
environmentIdYesThe ID of the environment within the space, by default this will be called Mastermaster
spaceIdYesThe 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)

{ "properties": { "entryId": { "type": "string" }, "environmentId": { "default": "master", "description": "The ID of the environment within the space, by default this will be called Master", "type": "string" }, "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" } }, "required": [ "entryId", "spaceId", "environmentId" ], "type": "object" }
ID: l2fxeaot4p