Skip to main content
Glama
navidmoazzez

Threads MCP

by navidmoazzez

Quote another post

quote_post
Destructive

Publish a public Threads post that quotes an existing post, adding your commentary. Requires explicit confirmation because the quote is immediately public and cannot be edited or unsent.

Instructions

Publish a post that quotes an existing Threads post. Public and irreversible, so this needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesYour commentary. 500 characters.
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.
quoted_post_idYesNumeric id of the post being quoted.
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate a destructive, non-idempotent write, so the bar is lower. The description adds valuable specifics: the resulting post is public and irreversible, and an explicit confirm flag is required. This goes beyond the generic destructiveHint and appropriately warns the agent about the consequence of using the tool.

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 short sentences front-load the purpose and immediately follow with the critical safety condition. There is no filler, redundancy, or irrelevant detail.

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?

The description plus the fully described schema covers the essential invocation facts: required fields, optional account selection, and the confirmation requirement for an irreversible public action. It does not describe the response after publishing, but no output schema exists and the most important safety 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 100% with detailed descriptions for text, account, confirm, and quoted_post_id, so the baseline is 3. The description's mention of confirm: true restates the schema's requirement rather than adding new parameter meaning.

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 states a clear action ('Publish a post') and a specific resource ('an existing Threads post'), so it is obvious this tool creates a quote rather than an original post or a plain repost. The verb and object distinguish it from siblings like create_post and repost without needing to inspect the schema.

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 description implies this tool is for quoting an existing post, but it does not explicitly say when to prefer it over repost, reply_to, or create_post, nor does it state exclusions. The only guidance beyond purpose is the mandatory confirm: true requirement, which is more parameter usage than tool-selection guidance.

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