Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

create_space

Set up and manage custom environments in Storyblok CMS by defining names, domains, and workflows. Configure billing, backup settings, and integrations for tailored content management.

Input Schema

NameRequiredDescriptionDefault
billing_addressNo
domainNo
environmentsNo
nameYes
optionsNo
owner_idNo
story_published_hookNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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" }, "domain": { "type": "string" }, "environments": { "items": { "additionalProperties": false, "properties": { "location": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "location" ], "type": "object" }, "type": "array" }, "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" }, "story_published_hook": { "type": "string" } }, "required": [ "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