Skip to main content
Glama

Hide/Unhide Thread Reply

threads_hide_reply
Idempotent

Hide or unhide a specific Threads reply by providing its ID and a boolean flag to control visibility on posts.

Instructions

Hides or unhides a reply on a Threads post.

Args:

  • reply_id (string): Reply media ID

  • hide (boolean): true to hide, false to unhide

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hideYestrue to hide, false to unhide
reply_idYes
Behavior3/5

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

Annotations already declare readOnly=false, destructive=false, and idempotent=true, so an agent knows this is a safe, reversible mutation. The description adds the key toggling behavior (hide vs unhide) but provides no further context about permissions, side effects, or response format. This is adequate for a simple toggle but not rich.

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 front-loaded with the core action, followed by a compact argument list. Every sentence earns its place and there is no redundant filler.

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?

For a two-parameter idempotent toggle, the definition covers the operation and argument semantics clearly, and annotations handle the safety profile. Missing return-value details and permission notes are minor gaps given the low complexity.

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?

Schema coverage is only 50% because reply_id has no schema-level description. The description fills this gap by defining reply_id as 'Reply media ID' and restating the hide boolean semantics. It could go further by explaining how to find the reply_id, but the provided mapping is sufficient for correct invocation.

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 uses a specific verb ('Hides or unhides') and a clear target resource ('a reply on a Threads post'), making the tool's purpose immediately obvious. It also distinguishes itself from sibling tools like meta_hide_comment and meta_hide_instagram_comment by scoping to Threads replies.

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 usage is implied: this is the tool to call when the agent wants to change the visibility state of a Threads reply. However, the description does not explicitly state when to use this over alternatives, nor does it mention any preconditions like requiring the reply to belong to the authenticated user's post.

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/open-work-org/open-mcp-servers'

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