Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

duplicate_space

Clone a Storyblok space by specifying a space ID and name, optionally duplicating content and creating components for streamlined content management.

Input Schema

NameRequiredDescriptionDefault
create_componentsNo
duplicate_contentNo
nameYes
space_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "create_components": { "type": "boolean" }, "duplicate_content": { "type": "boolean" }, "name": { "type": "string" }, "space_id": { "type": "string" } }, "required": [ "space_id", "name" ], "type": "object" }

Other Tools from Storyblok MCP Server

Related Tools

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/ArjunCodess/storyblok-mcp'

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