create_article
Creates and publishes long-form Twitter/X articles by filling the title and body, adding optional images, and saving as draft or publishing immediately.
Instructions
Create and publish a Twitter/X article (long-form content). Handles the full flow: open editor, fill title, fill body, and optionally publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title | |
| format | No | Body content format (default: plain) | |
| content | Yes | Article body content | |
| publish | No | Whether to publish immediately (default: false, saves as draft) | |
| bodyImages | No | Optional body images. Supports URLs, local file paths, or data URLs. | |
| headerImage | No | Optional header image. Supports URL, local file path, or data URL. |