Skip to main content
Glama

Publish Link Thread

threads_publish_link

Publish a thread post on Meta's Threads platform that includes a URL attachment, automatically generating a link preview.

Instructions

Publishes a thread post with a link attachment.

Args:

  • threads_user_id (string): Threads user ID

  • text (string): Post text containing the URL

  • link_attachment (string): URL to attach as a link preview

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
threads_user_idYes
textYes
link_attachmentYesURL for link preview
reply_controlNoWho can reply to this post
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior3/5

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

Annotations are all false, providing no behavioral hints. Description states 'publishes' which indicates creation but lacks details on side effects, idempotency, or error conditions. Minimal beyond schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is short and front-loaded with purpose. Arg list is clear. Slightly underspecified but earns its place without verbosity.

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

Completeness2/5

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

No discussion of return values, authentication requirements, rate limits, or expected behavior after publishing. Incomplete for a tool that creates content on a social platform.

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?

Description briefly explains 'text' and 'link_attachment' but ignores optional parameters 'reply_control' and 'response_format'. Schema descriptions cover 60% of parameters; description adds marginal value by linking text to URL inclusion.

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?

Description uses specific verb 'publishes' and resource 'thread post with a link attachment,' clearly distinguishing it from sibling tools like threads_publish_text, threads_publish_image, etc.

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?

No explicit guidance on when to use this tool vs alternatives. Usage is implied (for link posts) but no exclusions or comparisons provided.

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

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