Skip to main content
Glama
fuhaooo

mcp-twitterio

by fuhaooo

get_tweet_replies

Retrieve replies to a specific tweet by ID, with optional since/until timestamps to narrow results and cursor pagination to browse through up to 20 replies per page.

Instructions

获取推文的回复

Args:
    tweetId: 推文ID(必须是原始推文,非回复)
    sinceTime: 在指定的unix时间戳(秒)之后
    untilTime: 在指定的unix时间戳(秒)之前
    cursor: 用于分页的游标,第一页为空字符串

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
tweetIdYes
sinceTimeNo
untilTimeNo
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains the return format (a dict containing reply tweets), pagination (cursor, first page empty, 20 replies per page), and time filters (sinceTime/untilTime as unix timestamps). It lacks details on error handling or rate limits but covers the main behavioral aspects.

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 concise and well-structured. It starts with a clear purpose statement, then lists each argument with its semantic explanation, and ends with return information. Every sentence serves a purpose without unnecessary verbosity.

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?

Given the tool's complexity (pagination, time filters, specific tweetId requirement) and the absence of an output schema, the description covers the essential usage details: return type, page size, cursor usage, and time parameters. It does not detail the internal structure of each reply tweet or error scenarios, but is sufficiently complete for an agent to invoke the tool correctly.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully compensate for parameter meaning. It does so for all four parameters: tweetId (must be original, non-reply), sinceTime/untilTime (unix timestamps in seconds), and cursor (pagination, empty string for first page). This adds significant value beyond the bare schema.

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 tool's function: '获取推文的回复' (get replies to a tweet). It specifies the resource (tweet) and the action (fetching replies), and distinguishes from sibling tools by emphasizing that tweetId must be the original tweet, not a reply.

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 provides clear context for when to use the tool (to fetch replies to a specific original tweet) and adds a key usage constraint: the tweetId must be an original tweet, not a reply. It does not explicitly mention alternatives or when not to use it, but the context is clear.

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