Skip to main content
Glama
zezeron
by zezeron

Convert Tweet to Blog Post

tweetsave_to_blog
Read-onlyIdempotent

Convert 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

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTweet URL or tweet ID to convert
include_engagementNoInclude engagement metrics (likes, retweets, etc.)
response_formatNoOutput format: 'markdown' for blog post or 'json' for structured datamarkdown
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnly (true), destructive (false), and idempotent (true). The description adds context on what the tool produces (BlogPost with fields) and the transformation process, enhancing understanding.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured with sections for purpose, use cases, arguments, return values, and examples. Every sentence adds value, no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters, no nested objects, and no output schema, the description covers the tool's functionality thoroughly, including return fields, formats, and use cases. It is complete for effective agent usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. Description repeats and elaborates on parameters, adds examples, and explains the effect of 'include_engagement' and 'response_format', providing additional semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Convert a tweet into a formatted blog post', specifying the verb (convert) and distinct resource (tweet to blog post). It differentiates from siblings like get_tweet or extract_media by focusing on transformation and formatting.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description lists specific use cases (archiving, content creation, generating blog posts) and includes example prompts, but does not explicitly contrast with sibling tools or state when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/zezeron/tweetsave-mcp'

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