Skip to main content
Glama

Storyblok MCP Server

fetch_component_folders

Retrieve and filter component folders from a Storyblok space using optional search and parent parameters, simplifying folder management and organization.

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" }

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