Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

create_space_role

Define and configure user roles within Storyblok CMS by specifying permissions, allowed paths, datasources, components, and languages for precise access control.

Input Schema

NameRequiredDescriptionDefault
allowed_languagesNo
allowed_pathsNo
asset_folder_idsNo
branch_idsNo
component_idsNo
datasource_idsNo
field_permissionsNo
permissionsNo
readonly_field_permissionsNo
roleYes
subtitleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "allowed_languages": { "items": { "type": "string" }, "type": "array" }, "allowed_paths": { "items": { "type": "number" }, "type": "array" }, "asset_folder_ids": { "items": { "type": "number" }, "type": "array" }, "branch_ids": { "items": { "type": "number" }, "type": "array" }, "component_ids": { "items": { "type": "number" }, "type": "array" }, "datasource_ids": { "items": { "type": "number" }, "type": "array" }, "field_permissions": { "items": { "type": "string" }, "type": "array" }, "permissions": { "items": { "type": "string" }, "type": "array" }, "readonly_field_permissions": { "items": { "type": "string" }, "type": "array" }, "role": { "type": "string" }, "subtitle": { "type": "string" } }, "required": [ "role" ], "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