Skip to main content
Glama

esa MCP Server

esa_get_comment

Retrieve a specific comment by its ID from the esa API, optionally including related data such as stargazers, through the Model Context Protocol.

Instructions

Get a specific comment

Input Schema

NameRequiredDescriptionDefault
comment_idYesID of the comment to retrieve
includeNoレスポンスに含める関連データ (例: 'stargazers')

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "description": "ID of the comment to retrieve", "type": "number" }, "include": { "description": "レスポンスに含める関連データ (例: 'stargazers')", "type": "string" } }, "required": [ "comment_id" ], "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