Skip to main content
Glama
zezeron
by zezeron

Get Tweet Thread

tweetsave_get_thread
Read-onlyIdempotent

Fetch the full thread of connected tweets from a given tweet URL, returning all content and media in markdown or JSON.

Instructions

Fetch a tweet thread (multiple connected tweets by the same author).

Note: Current implementation fetches the main tweet. Full thread crawling requires additional API access.

Args:

  • url (string): URL or ID of any tweet in the thread

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Returns: Array of tweets in the thread with all content and media.

Examples:

  • "Get the full thread from this tweet: https://x.com/user/status/123"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL or ID of any tweet in the thread
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds that it fetches the main tweet only and full thread requires additional API access, which is useful behavioral context beyond annotations.

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?

Concise: purpose, note, args, returns, examples in a few sentences. Front-loaded and no fluff.

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

Completeness4/5

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

No output schema, but description states 'Array of tweets with all content and media.' Provides examples. Sufficient for the tool's complexity.

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% (baseline 3). Description explains url as 'URL or ID of any tweet in the thread' and response_format with 'human-readable or structured data', including an example, adding value beyond enum values.

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?

States 'Fetch a tweet thread (multiple connected tweets by the same author).' Specific verb+resource, clearly distinguishes from siblings like tweetsave_get_tweet (single tweet) and tweetsave_to_blog (conversion).

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?

Provides a caveat about current implementation only fetching the main tweet and that full thread requires additional API access. This guides when-to-use but does not explicitly name alternatives.

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