contentful-mcp

get_space

Fetch detailed information about a specific Contentful space using the space ID. Integrate with the contentful-mcp server to manage content, models, and assets efficiently.

Instructions

Get details of a space

Input Schema

NameRequiredDescriptionDefault
spaceIdYes

Input Schema (JSON Schema)

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