mastodon_create_toot
Create and customize Mastodon posts with text, media attachments, and visibility settings. Add alt text for media and mark sensitive content with a warning.
Instructions
Create a new toot (status) on Mastodon, optionally with media attachments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The text content of the toot | |
media_description | No | Alt text / description for the attached media | |
media_file | No | Path to a media file to attach (image, video, or audio) | |
sensitive | No | Mark the toot as sensitive content | |
spoiler_text | No | Text to be shown as a warning before the actual content | |
visibility | No | The visibility level of the toot | public |