Skip to main content
Glama

esa MCP Server

esa_get_post

Retrieve detailed information about a specific post by specifying its post number and optionally including related data like comments or stargazers via the esa MCP Server interface.

Instructions

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

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