Skip to main content
Glama

Storyblok MCP Server

fetch_component_folders

Retrieve all component folders directly from Storyblok MCP Server, enabling structured organization and optional filtering by search term or parent ID.

Instructions

Retrieves all component folders (non-paginated), with optional filtering.

Input Schema

NameRequiredDescriptionDefault
searchNo
with_parentNo

Input Schema (JSON Schema)

{ "properties": { "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "with_parent": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "With Parent" } }, "title": "fetch_component_foldersArguments", "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