Skip to main content
Glama
griffinwork40

threads-mcp

get_replies

Retrieve direct replies to a Threads post by providing its ID. Supports pagination and field selection to control output.

Instructions

Get direct replies to a specific Threads post

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesThe ID of the thread to get replies for
fieldsNoFields to return. Default: id,text,media_type,permalink,timestamp,username,hide_status,replied_to
limitNoNumber of replies per page
afterNoCursor for next page
beforeNoCursor for previous page
Behavior2/5

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

No annotations provided; the description only implies read-only behavior but does not disclose rate limits, authentication needs, or behavior for empty results. It falls short of compensating for the lack of annotations.

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

Conciseness4/5

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

The description is a single, focused sentence without unnecessary words. It is concise and front-loaded, but could benefit from slight expansion for completeness.

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 5 parameters, no output schema, and no annotations, the description insufficiently explains pagination, default field values, ordering, or the meaning of 'direct replies'. It misses key behavioral context.

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 baseline is 3. The description adds no additional meaning beyond the schema, which already clearly defines each parameter.

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 gets direct replies to a specific post, specifying the resource and scope. It is distinct from siblings like 'get_thread' but lacks differentiation from 'list_my_replies' or 'get_conversation'.

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 on when to use this tool versus alternatives (e.g., list_my_replies, get_conversation). The description is purely functional with no context about use cases or prerequisites.

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/griffinwork40/threads-mcp'

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