Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

upload_image

Enables uploading webp, jpeg, or png images to the DevHub media gallery by providing base64-encoded image content and a filename.

Instructions

Upload an image to the DevHub media gallery

Supports webp, jpeg and png images Args: base64_image_content: Base 64 encoded content of the image file filename: Filename including the extension

Input Schema

NameRequiredDescriptionDefault
base64_image_contentYes
filenameYes

Input Schema (JSON Schema)

{ "properties": { "base64_image_content": { "title": "Base64 Image Content", "type": "string" }, "filename": { "title": "Filename", "type": "string" } }, "required": [ "base64_image_content", "filename" ], "title": "upload_imageArguments", "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/devhub/devhub-cms-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server