esa MCP Server

by kajirita2002
Verified

esa_get_post

Get detailed information about a specific post

Input Schema

NameRequiredDescriptionDefault
includeNoRelated data to include in the response (e.g. 'comments,stargazers')
post_numberYesPost number to retrieve

Input Schema (JSON Schema)

{ "properties": { "include": { "description": "Related data to include in the response (e.g. 'comments,stargazers')", "type": "string" }, "post_number": { "description": "Post number to retrieve", "type": "number" } }, "required": [ "post_number" ], "type": "object" }