Skip to main content
Glama

X(Twitter) MCP Server

by cjkcr

reply_to_tweet

Post a direct reply to an existing X/Twitter tweet by specifying the tweet ID and reply content, enabling real-time engagement with conversations.

Instructions

Reply to an existing tweet directly (without creating a draft)

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the reply tweet
reply_to_tweet_idYesThe ID of the tweet to reply to

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the reply tweet", "type": "string" }, "reply_to_tweet_id": { "description": "The ID of the tweet to reply to", "type": "string" } }, "required": [ "content", "reply_to_tweet_id" ], "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/cjkcr/x-mcp'

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