Skip to main content
Glama

Storyblok MCP Server

fetch_assets

Retrieve multiple assets from the Storyblok Management API by specifying parameters like page, folder ID, search, and sorting options.

Instructions

Retrieve multiple assets from Storyblok Management API.

Input Schema

NameRequiredDescriptionDefault
by_altNo
by_copyrightNo
by_titleNo
folder_idNo
is_privateNo
pageNo
per_pageNo
searchNo
sort_byNo
with_tagsNo

Input Schema (JSON Schema)

{ "properties": { "by_alt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Alt" }, "by_copyright": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Copyright" }, "by_title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Title" }, "folder_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Folder Id" }, "is_private": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Private" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "sort_by": { "anyOf": [ { "enum": [ "created_at:asc", "created_at:desc", "updated_at:asc", "updated_at:desc", "short_filename:asc", "short_filename:desc" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort By" }, "with_tags": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "With Tags" } }, "title": "fetch_assetsArguments", "type": "object" }

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