Skip to main content
Glama
exileum

meta-mcp

threads_reply

Post replies to Threads posts or other replies, with optional image or video attachments. Text-only replies auto-publish in a single step.

Instructions

Reply to a Threads post or another reply. Text-only replies publish in a single API call by default (auto_publish_text=true); media replies always use the two-step create-then-publish flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reply_to_idYesPost ID to reply to
textYesReply text
image_urlNoOptional image HTTPS URL to attach
video_urlNoOptional video HTTPS URL to attach
auto_publishNoWhen true (default) and the reply is text-only (no image_url/video_url), combine container creation and publishing into a single API call via auto_publish_text=true — one HTTP request instead of two, and no risk of the 4279009 'container not propagated yet' race. Ignored for media replies. Set to false to force the legacy two-step flow for text replies.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the key behavioral difference between text and media replies, and the auto_publish parameter description adds context about race conditions. Missing details on failure modes or auth requirements.

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 that quickly convey purpose and key behavioral nuance. No fluff, front-loaded with the verb and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description does not mention return values or error handling. While the existence of sibling tools like threads_get_container_status may mitigate this, a more complete description would clarify the output format.

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%, so baseline is 3. The description adds some value by explaining the auto_publish behavior, but does not elaborate on reply_to_id or text beyond the schema definitions.

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 clearly states the tool replies to a Threads post or another reply, distinguishing it from siblings like threads_publish_text (publish new post) and threads_get_replies (get replies). It also highlights the behavioral difference between text and media replies.

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 explains when to use the single-call flow (text replies) vs two-step flow (media replies), and mentions the auto_publish parameter. However, it does not explicitly state when not to use this tool or list alternatives for other platforms.

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/exileum/meta-mcp'

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