Skip to main content
Glama

twitter-x-aio

Tweet Likes

get_tweet_tweetId_favorites

Receive all likes for a tweet. Group: Tweet. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoThe default count is 20. You can specify a custom one here.
cursorNoAt the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
tweetIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. It only mentions billing credits and grouping, not what happens with the returned data, rate limits, or pagination behavior beyond the cursor parameter. It doesn't contradict annotations (none exist), but it falls short of disclosing key behaviors.

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

Conciseness3/5

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

The description is short but front-loaded with the primary action. However, it includes extraneous billing/group metadata that is likely available elsewhere, and it omits essential parameter context. It is concise but not optimally structured for agent usefulness.

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?

With no annotations or output schema, the description should provide more context about expected results, pagination details, and any quirks. It only states the basic action and billing. For a 3-parameter tool, this is insufficient for an agent to fully understand behavior.

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 67%, covering 'count' and 'cursor' but not 'tweetId'. The description adds no extra meaning beyond the schema, and the missing tweetId parameter requires inference from the tool name. This is acceptable given moderate coverage, but could improve by explaining tweetId's role.

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

Purpose4/5

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

The description clearly states the tool retrieves all likes for a tweet, which is a specific verb+resource. It is distinguishable from sibling tools like get_tweet_tweetId_retweets and get_user_userId_likes, though it doesn't explicitly contrast them.

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

Usage Guidelines3/5

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

The description implies usage contexts (tweet-related likes) but provides no explicit guidance on when to use this tool versus alternatives. It lacks exclusions or alternative recommendations, but the purpose is clear enough that an agent can infer basic usage.

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