Skip to main content
Glama

Storyblok MCP Server

create_asset_folder

Create and organize asset folders in Storyblok spaces by specifying a name and optional parent folder ID. Simplifies asset management for streamlined workflows.

Instructions

    Create a new asset folder in the current Storyblok space.

    Parameters:
        name (str): Name of the new asset folder.
        parent_id (Optional[int]): ID of the parent folder (if nested).

    Request Body Example:
        {
            "asset_folder": {
                "name": "My Folder",
                "parent_id": 123
            }
        }

    Returns:
        Dict[str, Any]: The API response with created folder info or an error message.
    

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_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