Skip to main content
Glama

Approve a held reply (Threads)

approve_reply
Destructive

Threads only: approve (or ignore) a reply held by reply approval on one of the account's posts. Approving makes it public. Read the queue with pending: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
approveNoDefault true.
replyIdNoOmit to list the pending queue instead.
accountIdYes
workspaceIdNoWhich workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal this is a mutating, destructive-hint operation. The description adds valuable behavioral context by stating that approving makes the reply public and that the tool can also ignore a held reply. This goes beyond the annotations without contradicting them.

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 two sentences with no wasted words. It front-loads the platform and core action, then gives the key consequence and queue-reading hint.

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 mutating tool with four parameters and no output schema, the description covers the essential behavior, consequences, and how to locate the queue. It could be more explicit about the effect of ignore and the return value, but the main operational context is present.

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 coverage is 75%, so most parameters are already documented. The description adds a small amount of extra meaning by linking the approval/ignore action to the approve boolean and hinting at queue listing with 'pending: true', but it does not significantly clarify accountId or the exact mechanics of the pending filter.

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 ('approve') with a clear resource ('a reply held by reply approval on one of the account's posts') and scopes it to Threads. It clearly distinguishes the action from the many reply-related siblings like delete_reply or hide_reply by focusing on the approval workflow.

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 gives clear context: this is Threads-only, applies to held replies, and tells the agent how to read the pending queue ('pending: true'). It does not explicitly name alternative tools or state when not to use it, but the context is enough for basic routing.

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