Skip to main content
Glama
exileum

meta-mcp

threads_publish_text

Publish text posts to Threads with support for polls, link previews, GIFs, quote posts, and topic tags.

Instructions

Publish a text-only post on Threads. Supports optional link attachment, poll, GIF, topic tag, and quote post.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesPost text (max 500 chars)
reply_controlNoWho can reply
link_attachmentNoURL to attach as a link preview card (max 5 links per post)
topic_tagNoTopic tag for the post (1-50 chars, no periods or ampersands)
quote_post_idNoID of a post to quote
poll_optionsNoPoll options (2-4 choices). Creates a poll attachment.
gif_idNoGIF ID from GIPHY or Tenor
gif_providerNoGIF provider (GIPHY or TENOR). Tenor sunsets March 31, 2026.
alt_textNoAlt text for accessibility (max 1000 chars)
is_spoilerNoMark content as spoiler
Behavior2/5

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

With no annotations provided, the description fails to disclose critical behavioral traits: rate limits, that posts are public/create persistent content, authentication requirements, or immutability after publishing. It only lists functional capabilities.

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 well-structured sentences with zero waste: front-loaded with the core action, followed by optional capability enumeration. Every word earns its place.

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?

For a 10-parameter publishing tool with no output schema or annotations, the description covers basic functionality but omits operational context like error scenarios, return values, or the existence of publishing limits that should be checked beforehand.

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%, establishing a baseline of 3. The description summarizes optional features (link, poll, GIF, etc.) but adds no semantic depth beyond the schema's existing documentation of parameters.

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 specific action ('Publish') and resource ('text-only post on Threads'), effectively distinguishing it from sibling tools like threads_publish_image and threads_publish_video by emphasizing 'text-only'.

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?

While 'text-only' implies when to use this versus media-focused siblings, the description lacks explicit guidance on when to use quote features versus threads_reply, or prerequisites like checking publishing limits via threads_get_publishing_limit.

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