Skip to main content
Glama

Storyblok MCP Server

add_collaborator

Add a collaborator to a Storyblok space by specifying email and optional role, space role ID, or permissions. Simplify team management and access control.

Instructions

    Adds a collaborator to a space in Storyblok.

    Use either `role` (string) OR `space_role_id` (int) OR `space_role_ids` (list[int]).
    

Input Schema

NameRequiredDescriptionDefault
allow_multiple_roles_creationNo
emailYes
permissionsNo
roleNo
space_role_idNo
space_role_idsNo

Input Schema (JSON Schema)

{ "properties": { "allow_multiple_roles_creation": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Allow Multiple Roles Creation" }, "email": { "title": "Email", "type": "string" }, "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" } }, "required": [ "email" ], "title": "add_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