Skip to main content
Glama

ESA MCP Server

by d-kimuson

read_esa_post

Retrieve a specific post from esa.io using the post number and team name. Integrates with the ESA MCP Server for efficient article access and API interaction.

Instructions

Read a post in esa.io.

Input Schema

NameRequiredDescriptionDefault
postNumberYes
teamNameNomy-team-name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "postNumber": { "type": "number" }, "teamName": { "default": "my-team-name", "type": "string" } }, "required": [ "postNumber" ], "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/d-kimuson/esa-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server