ESA MCP Server

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

You must be authenticated.

Other Tools from ESA MCP Server

Related Tools

ID: undwqgwbtd