Skip to main content
Glama

Storyblok MCP Server

update_space_role

Modify a space role's configuration, including permissions, allowed paths, and field access, directly through the Storyblok Management API to manage user roles effectively.

Instructions

    Updates a space role's configuration via the Storyblok Management API.
    

Input Schema

NameRequiredDescriptionDefault
allowed_languagesNo
allowed_pathsNo
asset_folder_idsNo
branch_idsNo
component_idsNo
datasource_idsNo
field_permissionsNo
permissionsNo
readonly_field_permissionsNo
role_nameNo
space_role_idYes
subtitleNo

Input Schema (JSON Schema)

{ "properties": { "allowed_languages": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Allowed Languages" }, "allowed_paths": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Allowed Paths" }, "asset_folder_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Asset Folder Ids" }, "branch_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Branch Ids" }, "component_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Component Ids" }, "datasource_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Datasource Ids" }, "field_permissions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Field Permissions" }, "permissions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Permissions" }, "readonly_field_permissions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Readonly Field Permissions" }, "role_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Role Name" }, "space_role_id": { "title": "Space Role Id", "type": "integer" }, "subtitle": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Subtitle" } }, "required": [ "space_role_id" ], "title": "update_space_roleArguments", "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