social-media-mcp

post_to_x

Post a message to X (formerly Twitter)

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the post
threadIdNoID of the thread to post to

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the post", "type": "string" }, "threadId": { "description": "ID of the thread to post to", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools