We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GenAIwithMS/twitter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
API-Reference.md•675 B
# API Reference
This MCP exposes the following tools for use by Claude:
## Tools
### `post_tweet`
- Description: Post a text tweet.
- Parameters:
- `text` (string)
- `reply_to_tweet_id` (string, optional)
### `post_tweet_with_image`
- Description: Post a tweet with a local image.
- Parameters:
- `text` (string)
- `image_path` (string) — local path to image (absolute or relative)
- `reply_to_tweet_id` (string, optional)
### `search_tweets`
- Description: Search for tweets by query.
- Parameters:
- `query` (string)
- `count` (number, 10-100)
Responses are returned as MCP-formatted content objects. See the code in `src/` for exact shapes and types.