Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

create_article

Generate and publish blog articles with ease by providing title, content, excerpt, tags, and cover image. Supports drafts, pinning to homepage, and comment management for efficient content creation on Emlog blogs.

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)

{ "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" }

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