Skip to main content
Glama

Emlog MCP Server

upload_file

Transfer files such as images and documents to the Emlog blog system via API, specifying the file path and resource category ID for efficient 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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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" }

Other Tools from Emlog 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/eraincc/emlog-mcp'

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