Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

upload_image

Upload and store images in the DevHub media gallery using base64-encoded content. Supports webp, jpeg, and png formats. Include a filename with the image for easy management.

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

Other Tools from DevHub CMS MCP

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/devhub/devhub-cms-mcp'

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