Skip to main content
Glama
fuhaooo

mcp-twitterio

by fuhaooo

get_tweet_quotations

Retrieve tweets that quote a specific tweet. Filter by time, include replies, and paginate with a cursor to get up to 20 quoting tweets per page.

Instructions

获取引用推文的推文

Args:
    tweetId: 推文ID
    sinceTime: 在指定的unix时间戳(秒)之后
    untilTime: 在指定的unix时间戳(秒)之前
    includeReplies: 是否包含回复,默认为True
    cursor: 用于分页的游标,第一页为空字符串

Returns:
    包含引用推文的字典,每页返回最多20条引用

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
tweetIdYes
sinceTimeNo
untilTimeNo
includeRepliesNo
Behavior3/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. It discloses pagination behavior (max 20 per page) and the use of a cursor, as well as the default for includeReplies. However, it does not describe the structure of the returned dictionary or any edge cases.

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 compact, organized into Args and Returns sections, with no redundant content. Every line serves a purpose.

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?

The tool has 5 parameters and no output schema, requiring the description to explain return values. It returns a dict of quotes with up to 20 per page and notes the cursor, but lacks a detailed schema of the returned object, which could be needed for full 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?

With 0% schema description coverage, the Args section explains every parameter's meaning and defaults (e.g., tweetId, sinceTime, untilTime, includeReplies, cursor). This compensates for the schema's lack of descriptions, though details are concise.

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 states the tool retrieves tweets that quote a specified tweet (via tweetId), and the return description confirms it returns quoted tweets. The first line is slightly ambiguous but the Args clarify the resource, and it distinguishes from sibling tools like replies or retweeters.

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?

No explicit alternatives or when-to-use guidance is provided. The tool's purpose is implied by its name and description, allowing an agent to infer when to use it. No exclusions or comparisons with sibling tools are given.

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/fuhaooo/mcp-twitterio'

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