Skip to main content
Glama

post_tweet

Post tweets directly to Twitter using the X MCP Server. Automatically send updates or reply to existing tweets with customizable text and optional tweet ID for replies.

Instructions

Post a tweet to X (Twitter)

Input Schema

NameRequiredDescriptionDefault
reply_to_tweet_idNoOptional: ID of the tweet to reply to
textYesThe text content of the tweet (max 280 characters)

Input Schema (JSON Schema)

{ "properties": { "reply_to_tweet_id": { "description": "Optional: ID of the tweet to reply to", "type": "string" }, "text": { "description": "The text content of the tweet (max 280 characters)", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from X 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/krishna-paulraj/x-mcp-server'

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