Skip to main content
Glama

Storyblok MCP Server

retrieve_multiple_collaborators

Fetch a paginated list of collaborators in a Storyblok space, allowing you to manage and view user data efficiently. Specify page and per_page parameters for precise control over the results.

Instructions

    Retrieves a paginated list of collaborators (users) in a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
pageNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" } }, "title": "retrieve_multiple_collaboratorsArguments", "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