Skip to main content
Glama

Emlog MCP Server

add_comment

Enables users to add or reply to comments on Emlog blog articles by providing article ID, commenter details, and comment content. Supports threaded discussions with parent comment IDs.

Instructions

Add a comment to an article

Input Schema

NameRequiredDescriptionDefault
commailNoEmail of the commenter
commentYesThe comment content
comnameYesName of the commenter
comurlNoWebsite URL of the commenter
gidYesThe ID of the article to comment on
pidNoParent comment ID for replies

Input Schema (JSON Schema)

{ "properties": { "commail": { "description": "Email of the commenter", "type": "string" }, "comment": { "description": "The comment content", "type": "string" }, "comname": { "description": "Name of the commenter", "type": "string" }, "comurl": { "description": "Website URL of the commenter", "type": "string" }, "gid": { "description": "The ID of the article to comment on", "type": "number" }, "pid": { "description": "Parent comment ID for replies", "type": "number" } }, "required": [ "gid", "comname", "comment" ], "type": "object" }
Install Server

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