Skip to main content
Glama

Mastodon MCP

by The-Focus-AI

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

NameRequiredDescriptionDefault
contentYesThe text content of the toot
media_descriptionNoAlt text / description for the attached media
media_fileNoPath to a media file to attach (image, video, or audio)
sensitiveNoMark the toot as sensitive content
spoiler_textNoText to be shown as a warning before the actual content
visibilityNoThe visibility level of the tootpublic

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The text content of the toot", "type": "string" }, "media_description": { "description": "Alt text / description for the attached media", "type": "string" }, "media_file": { "description": "Path to a media file to attach (image, video, or audio)", "type": "string" }, "sensitive": { "default": false, "description": "Mark the toot as sensitive content", "type": "boolean" }, "spoiler_text": { "default": "", "description": "Text to be shown as a warning before the actual content", "type": "string" }, "visibility": { "default": "public", "description": "The visibility level of the toot", "enum": [ "public", "unlisted", "private", "direct" ], "type": "string" } }, "required": [ "content" ], "type": "object" }
Install Server

Other Tools from Mastodon MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/The-Focus-AI/mastodon-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server