Skip to main content
Glama

Emlog MCP Server

create_article

Generate and publish blog articles on Emlog by defining title, content, excerpt, tags, cover image, category, draft status, and comment settings through structured input.

Instructions

Create a new blog article

Input Schema

NameRequiredDescriptionDefault
allow_remarkNoWhether to allow comments
contentYesThe content of the article
coverNoThe cover image URL
draftNoWhether to save as draft (y) or publish (n)
excerptNoThe excerpt/summary of the article
sort_idNoThe category ID for the article
tagsNoComma-separated tags for the article
titleYesThe title of the article
topNoWhether to pin to homepage

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "allow_remark": { "description": "Whether to allow comments", "enum": [ "y", "n" ], "type": "string" }, "content": { "description": "The content of the article", "type": "string" }, "cover": { "description": "The cover image URL", "type": "string" }, "draft": { "description": "Whether to save as draft (y) or publish (n)", "enum": [ "y", "n" ], "type": "string" }, "excerpt": { "description": "The excerpt/summary of the article", "type": "string" }, "sort_id": { "description": "The category ID for the article", "type": "number" }, "tags": { "description": "Comma-separated tags for the article", "type": "string" }, "title": { "description": "The title of the article", "type": "string" }, "top": { "description": "Whether to pin to homepage", "enum": [ "y", "n" ], "type": "string" } }, "required": [ "title", "content" ], "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