X(Twitter) MCP Server

create_draft_thread

Generate a draft tweet thread directly through chat by inputting an array of tweet contents, enabling structured Twitter post creation.

Instructions

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" }

You must be authenticated.

Other Tools from X(Twitter) MCP Server

Related Tools

ID: jsxr09dktf