Skip to main content
Glama

Storyblok MCP Server

update_component_folder

Update an existing component folder in Storyblok by specifying folder ID, name, parent ID, and space ID to organize and manage your content structure effectively.

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

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