esa MCP Server
by kajirita2002
Verified
esa_list_posts
Get a list of posts in the team (with pagination support)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include | No | Related data to include in the response (e.g. 'comments,stargazers') | |
order | No | Sort order (desc, asc) | desc |
page | No | Page number to retrieve | |
per_page | No | Number of results per page (default: 20, max: 100) | |
q | No | Search query (see esa API documentation for details) | |
sort | No | Sort method (updated, created, number, stars, watches, comments, best_match) | updated |