Skip to main content
Glama

esa MCP Server

esa_create_comment

Add a Markdown-formatted comment to a specific article using the post number, enabling collaborative discussions and feedback through the esa API integration.

Instructions

Post a comment to an article

Input Schema

NameRequiredDescriptionDefault
body_mdYesComment body (Markdown format)
post_numberYesPost number to comment on
userNoPoster's screen_name (only team owners can specify)

Input Schema (JSON Schema)

{ "properties": { "body_md": { "description": "Comment body (Markdown format)", "type": "string" }, "post_number": { "description": "Post number to comment on", "type": "number" }, "user": { "description": "Poster's screen_name (only team owners can specify)", "type": "string" } }, "required": [ "post_number", "body_md" ], "type": "object" }
Install Server

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