Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

get_comments

Retrieve and manage comments for an Emlog article by specifying the article ID and optional pagination. Simplify comment moderation and interaction within Emlog blog systems.

Instructions

Get comments for an article

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the article
pageNoPage number for paginated comments

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the article", "type": "number" }, "page": { "description": "Page number for paginated comments", "type": "number" } }, "required": [ "id" ], "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