ESA MCP Server

read_esa_multiple_posts

Retrieve multiple posts from esa.io by specifying post numbers and team name using the ESA MCP Server for streamlined article search and retrieval.

Instructions

Read multiple posts in esa.io.

Input Schema

NameRequiredDescriptionDefault
postNumbersYes
teamNameNomy-team-name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "postNumbers": { "items": { "type": "number" }, "type": "array" }, "teamName": { "default": "my-team-name", "type": "string" } }, "required": [ "postNumbers" ], "type": "object" }

You must be authenticated.

Other Tools from ESA MCP Server

Related Tools

ID: undwqgwbtd