esa MCP Server

by kajirita2002
Verified

esa_create_comment

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