get_space
Retrieve a specific Storyblok space by its unique ID using the MCP server, enabling direct access to manage content and assets within the platform.
Instructions
Fetch a specific space by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"space_id": {
"title": "Space Id",
"type": "string"
}
},
"required": [
"space_id"
],
"title": "get_spaceArguments",
"type": "object"
}