X MCP Server

create_tweet

Create a new tweet

Input Schema

NameRequiredDescriptionDefault
textYesThe text content of the tweet

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools