Skip to main content
Glama

Storyblok MCP Server

update_component_folder

Modify an existing component folder in Storyblok by updating its name, parent ID, or space ID, ensuring organized and accurate component management.

Instructions

Updates an existing component folder (component group).

Input Schema

NameRequiredDescriptionDefault
folder_idYes
nameNo
parent_idNo
space_idNo

Input Schema (JSON Schema)

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