Skip to main content
Glama

Emlog MCP Server

add_comment

Submit comments to Emlog blog articles, including the commenter’s name, email, website, and reply context, for enhanced engagement and discussion.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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" }

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