Skip to main content
Glama
navidmoazzez

Threads MCP

by navidmoazzez

Publish a post

create_post
Destructive

Publish a post to Threads by creating the media container, waiting for processing, then publishing. Requires explicit confirmation because the post is public immediately and cannot be edited or unsent.

Instructions

Publish one post to Threads: creates the media container, waits for it to finish processing, then publishes. Public the moment it runs, and Threads has no edit endpoint, so this needs confirm: true. For anything over 500 characters use create_thread instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoPost body. 500 characters, and emoji count as UTF-8 bytes.
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.
alt_textNoAlt text for the attached image or video.
image_urlNoPublic HTTPS URL of a JPEG or PNG, 8MB or less. Threads fetches it itself; there is no upload endpoint.
topic_tagNoOne topic tag, without the #. 1-50 characters, no periods or ampersands.
video_urlNoPublic HTTPS URL of an MP4 or MOV, up to 1GB and 5 minutes.
reply_to_idNoNumeric id of the post this replies to.
quote_post_idNoNumeric id of a post to quote.
reply_controlNoWho may reply. Defaults to everyone.
link_attachmentNoA URL to render as a preview card. Text-only posts only; it cannot be combined with media.
enable_reply_approvalsNoHold replies for approval before they appear. Read the queue with get_pending_replies.
allowlisted_country_codesNoRestrict who can see this post to these ISO 3166-1 alpha-2 country codes. Needs a profile Meta has made eligible; whoami reports whether this one is.
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already flag destructiveHint, but the description adds critical behavioral context: the post becomes public immediately, Threads has no edit endpoint, and confirm: true is mandatory. It also discloses the wait-then-publish flow, going well beyond what annotations provide.

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?

Three sentences, front-loaded with the core action, then critical consequences, then a routing rule. No wasteful prose; every sentence earns its place.

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 13-parameter publish tool, the description covers the central behavior, irreversibility, confirmation requirement, and the main sibling alternative. The only gap is the lack of any mention of the expected return value or failure behavior, especially given there is no output schema.

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%, and each parameter already has a rich description, so the baseline is 3. The main description adds little per-parameter meaning beyond the schema; it reinforces the 500-char limit and confirm requirement but does not introduce new parameter semantics.

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 specific verb and resource: 'Publish one post to Threads', and explains the internal flow (creates media container, waits, then publishes). It also distinguishes itself from the sibling create_thread by the 500-character rule, so an agent can disambiguate without opening schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives an explicit when-to-use ('publish one post') and an explicit when-not-to-use with a named alternative: 'For anything over 500 characters use create_thread instead.' It also communicates the required confirmation flag and irreversibility, which are essential usage conditions.

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