Skip to main content
Glama

xpay✦ Marketing Collection

scrapecreators_tweet_details

Tweet Details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTweet URL
trimNoSet to true for a trimmed response

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2/5.0
Behavior1/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits, but it discloses nothing. It does not state whether this is a read operation, what data it returns, pagination behavior, rate limits, or any side effects. The bare phrase 'Tweet Details' offers no behavioral transparency.

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

Conciseness2/5

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

The description is only two words and is front-loaded, but this is under-specification rather than conciseness. It fails to convey essential information about the tool's purpose, usage, or behavior, so the brevity is a deficiency, not a strength.

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

Completeness2/5

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

For a tool with no output schema and many sibling tools, the description is incomplete. It does not explain what tweet details are returned, how the 'trim' parameter affects the response, what platform is involved, or when to prefer this over related tweet-scraping tools. The minimal description leaves too many gaps for a 2-parameter tool in a large family.

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?

The input schema already documents both parameters at 100% coverage: 'url' is described as 'Tweet URL' and 'trim' as 'Set to true for a trimmed response'. The description adds no additional semantic meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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

Purpose2/5

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

The description 'Tweet Details' merely restates the tool name 'scrapecreators_tweet_details' without an explicit verb or scope. It does not distinguish this tool from many similar sibling tools like scrapecreators_user_tweets, scrapecreators_community_tweets, or scrapecreators_twitter.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives. There is no mention of required input context (e.g., what constitutes a valid tweet URL) or exclusions, leaving the agent without decision support.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources