Skip to main content
Glama

X(Twitter) MCP Server

by cjkcr

create_draft_reply

Compose a draft response to an existing X/Twitter post for review and publishing later. Specify the tweet ID to reply to and your reply content.

Instructions

Create a draft reply to an existing tweet

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