Skip to main content
Glama

Storyblok MCP Server

update_asset_folder

Modify the name or parent folder of an existing asset folder in Storyblok by specifying a folder ID and optional new name or parent ID.

Instructions

Update an existing asset folder's name or parent in the current Storyblok space. Parameters: folder_id (str): ID of the folder to update. name (Optional[str]): New name for the folder. parent_id (Optional[int]): New parent folder ID. Request Body Example: { "asset_folder": { "name": "Updated Folder", "parent_id": 456 } } Returns: Dict[str, Any]: A success message or error content depending on response.

Input Schema

NameRequiredDescriptionDefault
folder_idYes
nameNo
parent_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" } }, "required": [ "folder_id" ], "title": "update_asset_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