Skip to main content
Glama

Twitter MCP Server

replyToTweet

Enable large language models to respond directly to tweets by providing text and tweet ID for interaction through the Twitter MCP Server.

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" }
Install Server

Other Tools from Twitter MCP Server

Related Tools

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