status_post
Post a new status to Mastodon with customizable visibility, content warnings, replies, and media attachments.
Instructions
Post a new status (toot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content of the status. Supports HTML or plain text. | |
| language | No | ISO 639-1 language code (e.g. 'en', 'cs'). | |
| media_ids | No | List of media attachment IDs to attach. | |
| sensitive | No | Mark media as sensitive (default False). | |
| visibility | No | 'public', 'unlisted', 'private', or 'direct' (default 'public'). | |
| spoiler_text | No | Content warning / spoiler text shown before the status. | |
| in_reply_to_id | No | Numeric ID of the status to reply to. |