Skip to main content
Glama

Storyblok MCP Server

retrieve_asset_folders

Access and filter asset folders from a Storyblok space by name, parent ID, specific folder IDs, or UUIDs to streamline content organization and management.

Instructions

    Retrieve a list of asset folders from the current Storyblok space.

    Parameters:
        search (Optional[str]): A search query to filter asset folders by name.
        with_parent (Optional[int]): ID of the parent folder to filter results.
        by_ids (Optional[List[int]]): Specific folder IDs to fetch.
        by_uuids (Optional[List[str]]): Specific folder UUIDs to fetch.

    Returns:
        Any: The API response with a list of asset folders or an error message.
    

Input Schema

NameRequiredDescriptionDefault
by_idsNo
by_uuidsNo
searchNo
with_parentNo

Input Schema (JSON Schema)

{ "properties": { "by_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "By Ids" }, "by_uuids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "By Uuids" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "with_parent": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "With Parent" } }, "title": "retrieve_asset_foldersArguments", "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