Skip to main content
Glama

ESA MCP Server

by d-kimuson

search_esa_posts

Search and retrieve posts from esa.io using customizable queries for precise results. Filter by keywords, categories, tags, authors, dates, and more to efficiently locate relevant information.

Instructions

Search posts in esa.io. Response is paginated. For efficient search, you can use customized queries like the following: keyword for partial match, "keyword" for exact match, keyword1 keyword2 for AND match, keyword1 OR keyword2 for OR match, -keyword for excluding keywords, title for title match, wip or wip for WIP posts, kind or kind for kind match, category for partial match with category name, in for prefix match with category name, on for exact match with category name, body for body match, tag or tag case_sensitive for tag match, user for post author's screen name, updated_by for post updater's screen name, comment for partial match with comments, starred or starred for starred posts, watched or watched for watched posts, watched_by for screen name of members watching the post, sharing or sharing for shared posts, stars:>3 for posts with more than 3 stars, watches:>3 for posts with more than 3 watches, comments:>3 for posts with more than 3 comments, done:>=3 for posts with 3 or more done items, undone:>=3 for posts with 3 or more undone items, created:>YYYY-MM-DD for filtering by creation date, updated:>YYYY-MM-DD for filtering by update date

Input Schema

NameRequiredDescriptionDefault
orderNodesc
pageNo
perPageNo
queryYes
sortNobest_match
teamNameNomy-team-name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "order": { "default": "desc", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "default": 1, "minimum": 1, "type": "number" }, "perPage": { "default": 50, "maximum": 100, "minimum": 1, "type": "number" }, "query": { "type": "string" }, "sort": { "default": "best_match", "enum": [ "created", "updated", "number", "stars", "comments", "best_match" ], "type": "string" }, "teamName": { "default": "my-team-name", "type": "string" } }, "required": [ "query" ], "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