contentful-mcp

create_environment

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" }