Convert Tweet to Blog Post
tweetsave_to_blogConvert any tweet or Twitter thread into a formatted blog post with title, author info, media, tags, and engagement summary.
Instructions
Convert a tweet into a formatted blog post with title, content, media, and metadata.
This tool transforms a tweet into a readable blog post format, perfect for:
Archiving tweets
Creating content from threads
Generating blog posts from viral tweets
Args:
url (string): Tweet URL or tweet ID
include_engagement (boolean): Include likes/retweets/etc. (default: true)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: BlogPost with:
Generated title from tweet content
Author info with avatar
Formatted content with media
Tags from hashtags
Read time estimate
Engagement summary
Source link
Examples:
"Convert this tweet to a blog post: https://x.com/user/status/123"
"Make a blog from tweet 123456789"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Tweet URL or tweet ID to convert | |
| include_engagement | No | Include engagement metrics (likes, retweets, etc.) | |
| response_format | No | Output format: 'markdown' for blog post or 'json' for structured data | markdown |