postTweetWithMedia
Send tweets with media attachments using text, file path, MIME type, and optional alt text for accessibility via the Twitter MCP Server.
Instructions
Post a tweet with media attachment to Twitter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
altText | No | Alternative text for the media (accessibility) | |
mediaPath | Yes | Local file path to the media to upload | |
mediaType | Yes | MIME type of the media file | |
text | Yes | The text of the tweet |