Skip to main content
Glama

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

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/ivo-toby/contentful-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server