Skip to main content
Glama

Emlog MCP Server

update_article

Modify an existing blog article's title, content, excerpt, cover image, category, tags, or draft status using the MCP interface for Emlog blog systems.

Instructions

Update an existing blog article. If the article is currently a draft and no draft parameter is specified, it will remain as a draft.

Input Schema

NameRequiredDescriptionDefault
contentNoThe new content of the article
coverNoThe new cover image URL
draftNoWhether to save as draft (y) or publish (n). If not specified and the article is currently a draft, it will remain as a draft.
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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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). If not specified and the article is currently a draft, it will remain as a draft.", "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" }

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