Skip to main content
Glama

Storyblok MCP Server

create_component_folder

Generate and organize new component folders in Storyblok spaces, specifying a name and optional parent folder for structured content management.

Instructions

Creates a new component folder.

Input Schema

NameRequiredDescriptionDefault
nameYes
parent_idNo

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "parent_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Parent Id" } }, "required": [ "name" ], "title": "create_component_folderArguments", "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