Skip to main content
Glama

Publish GIF Thread

threads_publish_gif

Publishes a GIF post to Threads via a GIPHY URL. Optionally add text, reply to a thread, or set reply permissions.

Instructions

Publishes a GIF post to Threads using a GIPHY URL.

Two-step flow: creates a container, then publishes it.

Args:

  • threads_user_id (string): Threads user ID

  • gif_url (string): GIPHY URL of the GIF

  • text (string, optional): Caption text

  • reply_to_id (string, optional): Thread ID to reply to

  • reply_control (enum, optional): Who can reply — everyone, accounts_you_follow, or mentioned_only

Returns: Media ID of the published thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
threads_user_idYes
gif_urlYesGIPHY URL of the GIF
textNoCaption text
reply_to_idNoThread ID to reply to
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 provide limited behavioral context (no readOnly or destructive hints). The description adds the two-step publishing flow and return of Media ID, but does not cover authentication requirements, rate limits, or side effects beyond what is implied.

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?

The description is very concise, with a clear two-line intro followed by an Args section and return statement. No superfluous information; every sentence adds value.

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 tool with 6 parameters and no output schema, the description adequately explains the process and expected result. It does not cover error cases or rate limits, but the essential workflow is clear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description lists all parameters with clear summaries, echoing the schema descriptions but adding context like the two-step flow and return value. With 83% schema coverage, the description adds useful structure without significant duplication.

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 it publishes a GIF post to Threads using a GIPHY URL, and mentions a two-step flow. This distinguishes it from sibling tools like threads_publish_image or threads_publish_video, which handle other media types.

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 implicitly guides when to use this tool by specifying it is for GIF posts via GIPHY. However, it lacks explicit guidance on when not to use or alternatives, leaving the agent to infer from context.

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