Skip to main content
Glama

Emlog MCP Server

get_comments

Retrieve paginated comments for a specific article using the article ID. Supports managing and accessing blog comments efficiently within the Emlog MCP Server.

Instructions

Get comments for an article (with pagination support)

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the article
pageNoPage number for paginated comments (requires backend pagination enabled)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the article", "type": "number" }, "page": { "description": "Page number for paginated comments (requires backend pagination enabled)", "type": "number" } }, "required": [ "id" ], "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