Skip to main content
Glama
navidmoazzez

Threads MCP

by navidmoazzez

Approve or ignore a pending reply

manage_pending_reply
Destructive

Approve or ignore a pending reply. Approving makes the reply public; ignoring leaves it hidden. Requires explicit confirmation because the action is public and cannot be undone.

Instructions

Approve a reply waiting in the approval queue, making it public, or ignore it so it stays hidden. Approving is public, so it needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesapprove makes it public; ignore leaves it hidden.
accountNoWhich connected Threads profile to act as, by username (for example 'thenavidm'). Defaults to the first connected profile. Call list_accounts to see them.
confirmNoMust be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation. Threads has no edit endpoint and no unsend.
reply_idYesNumeric id of the pending reply.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations (destructiveHint: true), the description and schema text disclose that approving makes content public immediately, cannot be undone, requires confirm: true, and that Threads has no edit or unsend. This is exactly the behavioral context an agent needs for an irreversible mutation.

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?

Two sentences, ordered action first and confirmation caveat second. Every sentence adds necessary operational information, with no repetitive 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 mutation tool with no output schema, the description explains outcome, irreversibility, and confirmation enough to call it correctly. A small gap is not pointing to get_pending_replies as the way to obtain pending reply IDs, and the confirm requirement is framed only around approving even though the schema suggests it applies generally.

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 parameters already carry clear meanings in their own descriptions. The tool description adds no param-level detail beyond what the schema provides, meriting the baseline score of 3.

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 specific verbs ('Approve'/'ignore') with a named resource ('reply waiting in the approval queue') and says what each action does ('making it public'/'stays hidden'). This clearly distinguishes it from sibling tools like get_pending_replies and hide_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?

It gives clear context: the tool acts on replies in an approval queue, and the action enum defines the two intended workflows. It does not explicitly name sibling alternatives or say when not to use them, but the scope is unmistakable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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