Skip to main content
Glama

Storyblok MCP Server

init_asset_upload

Initialize asset uploads by generating a signed S3 URL for file storage, using filename, size, and content type. Facilitates direct file management within Storyblok environments.

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" }

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