Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

update_space

Modify space configurations in Storyblok CMS, including domain, environments, routes, and options, to optimize content management and collaboration workflows.

Input Schema

NameRequiredDescriptionDefault
ai_translation_disabledNo
billing_addressNo
default_rootNo
domainNo
duplicatableNo
environmentsNo
has_pending_tasksNo
nameNo
optionsNo
owner_idNo
parent_idNo
routesNo
searchblok_idNo
space_idYes
story_published_hookNo
uniq_domainNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ai_translation_disabled": { "type": "boolean" }, "billing_address": { "additionalProperties": false, "properties": { "address_city": { "type": "string" }, "address_country": { "type": "string" }, "address_iso_country": { "type": "string" }, "address_line1": { "type": "string" }, "address_zip": { "type": "string" }, "company": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" }, "order_number": { "type": "string" }, "tax_number": { "type": "string" } }, "type": "object" }, "default_root": { "type": "string" }, "domain": { "type": "string" }, "duplicatable": { "type": "boolean" }, "environments": { "items": { "additionalProperties": false, "properties": { "location": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "location" ], "type": "object" }, "type": "array" }, "has_pending_tasks": { "type": "boolean" }, "name": { "type": "string" }, "options": { "additionalProperties": false, "properties": { "aws_arn": { "type": "string" }, "backup_frequency": { "type": "string" }, "branch_deployed_hook": { "type": "string" }, "languages": { "items": { "additionalProperties": false, "properties": { "code": { "type": "string" }, "name": { "type": "string" } }, "required": [ "code", "name" ], "type": "object" }, "type": "array" }, "s3_bucket": { "type": "string" } }, "type": "object" }, "owner_id": { "type": "number" }, "parent_id": { "type": "number" }, "routes": { "items": { "type": "string" }, "type": "array" }, "searchblok_id": { "type": "number" }, "space_id": { "type": "string" }, "story_published_hook": { "type": "string" }, "uniq_domain": { "type": "string" } }, "required": [ "space_id" ], "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