Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

update_space_role

Modify user roles in Storyblok CMS spaces by updating permissions, field access, allowed paths, and associated resources using specific identifiers and configurations.

Input Schema

NameRequiredDescriptionDefault
allowed_languagesNo
allowed_pathsNo
asset_folder_idsNo
branch_idsNo
component_idsNo
datasource_idsNo
field_permissionsNo
idYes
permissionsNo
readonly_field_permissionsNo
roleNo
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" }, "id": { "type": "string" }, "permissions": { "items": { "type": "string" }, "type": "array" }, "readonly_field_permissions": { "items": { "type": "string" }, "type": "array" }, "role": { "type": "string" }, "subtitle": { "type": "string" } }, "required": [ "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