social-media-mcp

create_x_thread

Create a thread on X (formerly Twitter)

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the first post

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the first post", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools