Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
X_API_KEY | Yes | Your X (Twitter) API key | |
X_API_SECRET | Yes | Your X (Twitter) API secret | |
X_ACCESS_TOKEN | Yes | Your X (Twitter) access token | |
X_ACCESS_TOKEN_SECRET | Yes | Your X (Twitter) access token secret |
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 |
---|---|
post_tweet | Post a tweet to X (Twitter) |
get_user_timeline | Get the user's recent tweets |
search_tweets | Search for tweets using a query |