Skip to main content
Glama

Storyblok MCP Server

init_asset_upload

Generate a signed S3 upload URL for asset file uploads by providing filename, size, and content type. Enables direct asset management within Storyblok spaces.

Instructions

Initializes asset upload and returns signed S3 upload URL.

Input Schema

NameRequiredDescriptionDefault
content_typeYes
filenameYes
sizeYes

Input Schema (JSON Schema)

{ "properties": { "content_type": { "title": "Content Type", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "size": { "title": "Size", "type": "integer" } }, "required": [ "filename", "size", "content_type" ], "title": "init_asset_uploadArguments", "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