Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| twitter_refresh_token | Refresh the access token using the refresh token and client credentials |
| twitter_search_tweets | Search for tweets using the Twitter API |
| twitter_get_user_tweets | Get recent tweets by a specific user |
| twitter_get_user_replies | Get recent replies by a specific user |
| twitter_post_tweet | Post a new tweet |
| twitter_reply_to_tweet | Reply to an existing tweet |