Skip to main content
Glama

esa MCP Server

esa_list_comments

Retrieve a list of comments for a specific post by specifying the post number, page, and results per page, using the esa MCP Server.

Instructions

Get a list of comments for a post

Input Schema

NameRequiredDescriptionDefault
pageNoPage number to retrieve
per_pageNoNumber of results per page (default: 20, max: 100)
post_numberYesPost number to get comments for

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number to retrieve", "type": "number" }, "per_page": { "default": 20, "description": "Number of results per page (default: 20, max: 100)", "type": "number" }, "post_number": { "description": "Post number to get comments for", "type": "number" } }, "required": [ "post_number" ], "type": "object" }

You must be authenticated.

Other Tools from esa 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/kajirita2002/esa-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server