Skip to main content
Glama

Twitter MCP Server

replyToTweet

Post a reply to a specific tweet on Twitter by providing the tweet ID and your response text using this Model Context Protocol tool.

Instructions

Reply to a tweet

Input Schema

NameRequiredDescriptionDefault
textYesThe text of the reply
tweetIdYesThe ID of the tweet to reply to

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "The text of the reply", "type": "string" }, "tweetId": { "description": "The ID of the tweet to reply to", "type": "string" } }, "required": [ "tweetId", "text" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server