Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ESA_TEAM | Yes | Your esa team name | |
| ESA_ACCESS_TOKEN | Yes | Your esa API access token |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| esa_list_posts | Get a list of posts in the team (with pagination support) |
| esa_get_post | Get detailed information about a specific post |
| esa_create_post | Create a new post |
| esa_update_post | Update an existing post |
| esa_delete_post | Delete a post |
| esa_list_comments | Get a list of comments for a post |
| esa_get_comment | Get a specific comment |
| esa_create_comment | Post a comment to an article |
| esa_get_members | Get a list of team members |
| esa_get_member | Get information about a specific team member |