contentful-mcp

create_environment

Create a new environment within a Contentful space by specifying a unique environment ID, name, and space ID using the Contentful MCP server tool.

Instructions

Create a new environment

Input Schema

NameRequiredDescriptionDefault
environmentIdYes
nameYes
spaceIdYes

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "type": "string" }, "name": { "type": "string" }, "spaceId": { "type": "string" } }, "required": [ "spaceId", "environmentId", "name" ], "type": "object" }
ID: l2fxeaot4p