X(Twitter) MCP Server

create_draft_thread

Create a draft tweet thread

Input Schema

NameRequiredDescriptionDefault
contentsYesAn array of tweet contents for the thread

Input Schema (JSON Schema)

{ "properties": { "contents": { "description": "An array of tweet contents for the thread", "items": { "type": "string" }, "type": "array" } }, "required": [ "contents" ], "type": "object" }