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
Name | Required | Description | Default |
---|---|---|---|
content | No | The new content of the article | |
cover | No | The new cover image URL | |
draft | No | 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. | |
excerpt | No | The new excerpt/summary | |
id | Yes | The ID of the article to update | |
sort_id | No | The new category ID | |
tags | No | New comma-separated tags | |
title | Yes | The new title of the article |