Skip to main content
Glama

Storyblok MCP Server

retrieve_multiple_branches

Retrieve multiple branches from a Storyblok space using the Management API, with options to filter by branch IDs or search for specific branch names.

Instructions

    Retrieves multiple branches (pipelines) in a Storyblok space via the Management API.

    - by_ids: Optional comma-separated list of branch IDs to filter.
    - search: Optional filter term for branch names.
    

Input Schema

NameRequiredDescriptionDefault
by_idsNo
searchNo

Input Schema (JSON Schema)

{ "properties": { "by_ids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Ids" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" } }, "title": "retrieve_multiple_branchesArguments", "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