X(Twitter) MCP Server

create_draft_tweet

Create a draft tweet

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the tweet

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the tweet", "type": "string" } }, "required": [ "content" ], "type": "object" }