esa MCP Server

by kajirita2002
Verified

esa_get_comment

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" }