Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TWITTER_API_KEY | Yes | Your X/Twitter API key | |
TWITTER_API_SECRET | Yes | Your X/Twitter API secret | |
TWITTER_ACCESS_TOKEN | Yes | Your X/Twitter access token | |
TWITTER_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 |
---|---|
create_draft_tweet | Create a draft tweet |
create_draft_thread | Create a draft tweet thread |
list_drafts | List all draft tweets and threads |
publish_draft | Publish a draft tweet or thread |
delete_draft | Delete a draft tweet or thread |
create_draft_reply | Create a draft reply to an existing tweet |
reply_to_tweet | Reply to an existing tweet directly (without creating a draft) |
retweet | Retweet an existing tweet (simple retweet without comment) |
quote_tweet | Quote tweet with comment (retweet with your own comment) |
create_draft_quote_tweet | Create a draft quote tweet with comment |