Skip to main content
Glama

get_tweet

Fetch a tweet and its metadata by ID or URL to retrieve author information, engagement metrics, and referenced tweets for analysis.

Instructions

Fetch a tweet and its metadata by ID or URL. Returns author info, metrics, and referenced tweets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tweet_idYesThe tweet ID or URL to fetch
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the return content ('author info, metrics, and referenced tweets'), which is helpful, but omits critical details like rate limits, authentication requirements, error conditions, or whether it's a read-only operation. For a tool with zero annotation coverage, this leaves significant gaps.

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?

The description is a single, efficient sentence that front-loads the core purpose and includes key details without waste. Every part earns its place by clarifying input, output, and scope.

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

Completeness3/5

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

Given the tool's moderate complexity (single parameter, no output schema, no annotations), the description is adequate but incomplete. It covers purpose and output types but lacks behavioral context like safety or performance traits, which is a notable gap for a tool with zero annotation support.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents the tweet_id parameter fully. The description adds marginal value by noting it accepts 'ID or URL,' but this is implied in the schema's description. Baseline 3 is appropriate as the schema does the heavy lifting.

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 the specific action ('Fetch') and resource ('a tweet and its metadata'), distinguishes it from siblings by focusing on individual tweet retrieval rather than timelines, searches, or user-related operations, and specifies the input method ('by ID or URL').

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?

The description implies usage context by specifying 'by ID or URL,' which differentiates it from tools like search_tweets or get_timeline that handle multiple tweets. However, it lacks explicit when-not-to-use guidance or named alternatives for similar operations.

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/Infatoshi/x-mcp'

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