Skip to main content
Glama

Storyblok MCP Server

update_collaborator

Modify roles, permissions, or access paths for an existing collaborator in Storyblok spaces to adjust their access and capabilities.

Instructions

    Updates roles, permissions, or access paths for an existing collaborator.

    

Input Schema

NameRequiredDescriptionDefault
allowed_pathsNo
collaborator_idYes
field_permissionsNo
permissionsNo
roleNo
space_role_idNo
space_role_idsNo
user_idNo

Input Schema (JSON Schema)

{ "properties": { "allowed_paths": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Allowed Paths" }, "collaborator_id": { "title": "Collaborator Id", "type": "integer" }, "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" }, "role": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Role" }, "space_role_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Space Role Id" }, "space_role_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Space Role Ids" }, "user_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "User Id" } }, "required": [ "collaborator_id" ], "title": "update_collaboratorArguments", "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