Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

update_article

Modify blog articles in Emlog by updating the title, content, excerpt, cover image, tags, category, or draft status using the specified article ID.

Instructions

Update an existing blog article

Input Schema

NameRequiredDescriptionDefault
contentNoThe new content of the article
coverNoThe new cover image URL
draftNoWhether to save as draft (y) or publish (n)
excerptNoThe new excerpt/summary
idYesThe ID of the article to update
sort_idNoThe new category ID
tagsNoNew comma-separated tags
titleYesThe new title of the article

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The new content of the article", "type": "string" }, "cover": { "description": "The new cover image URL", "type": "string" }, "draft": { "description": "Whether to save as draft (y) or publish (n)", "enum": [ "y", "n" ], "type": "string" }, "excerpt": { "description": "The new excerpt/summary", "type": "string" }, "id": { "description": "The ID of the article to update", "type": "number" }, "sort_id": { "description": "The new category ID", "type": "number" }, "tags": { "description": "New comma-separated tags", "type": "string" }, "title": { "description": "The new title of the article", "type": "string" } }, "required": [ "id", "title" ], "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