Skip to main content
Glama

Storyblok MCP Server

fetch_asset_folder

Retrieve detailed information about a specific asset folder in Storyblok using its unique ID. Access folder data for efficient content management and organization.

Instructions

    Fetch details of a specific asset folder by its ID.

    Parameters:
        folder_id (str): ID of the asset folder to retrieve.

    Returns:
        Dict[str, Any]: The API response containing the folder data or an error message.
    

Input Schema

NameRequiredDescriptionDefault
folder_idYes

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "title": "Folder Id", "type": "string" } }, "required": [ "folder_id" ], "title": "fetch_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