Skip to main content
Glama

Storyblok MCP Server

update_space

Modify an existing Storyblok space by updating its properties such as name, domain, owner, or environments using the Management API within the Storyblok MCP Server.

Instructions

    Updates an existing Storyblok space via the Management API.
    

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)

{ "properties": { "ai_translation_disabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Ai Translation Disabled" }, "billing_address": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Billing Address" }, "default_root": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Default Root" }, "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "duplicatable": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Duplicatable" }, "environments": { "anyOf": [ { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Environments" }, "has_pending_tasks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Has Pending Tasks" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "options": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Options" }, "owner_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Owner Id" }, "parent_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Parent Id" }, "routes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Routes" }, "searchblok_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Searchblok Id" }, "space_id": { "title": "Space Id", "type": "integer" }, "story_published_hook": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Story Published Hook" }, "uniq_domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Uniq Domain" } }, "required": [ "space_id" ], "title": "update_spaceArguments", "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/Kiran1689/storyblok-mcp-server'

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