Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

upload_file

Upload files such as images or documents to Emlog blog systems via the Emlog MCP Server, specifying the file path and resource category ID for streamlined content management.

Instructions

Upload a file (image, document, etc.)

Input Schema

NameRequiredDescriptionDefault
file_pathYesLocal path to the file to upload
sidNoResource category ID

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Local path to the file to upload", "type": "string" }, "sid": { "description": "Resource category ID", "type": "number" } }, "required": [ "file_path" ], "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/eraincc/emlog-mcp'

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