Skip to main content
Glama
MetaThreads

meta-threads-mcp

by MetaThreads

threads_create_video_post

Create and publish video posts on Threads, specifying the video URL and optional text while controlling who can reply.

Instructions

Create and publish a post with a video to Threads.

Args: ctx: FastMCP request context video_url: URL of the video to post text: Optional text content of the post reply_control: Who can reply - EVERYONE, ACCOUNTS_YOU_FOLLOW, or MENTIONED_ONLY

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
video_urlYes
reply_controlNoEVERYONE

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only states the action ('create and publish') without covering potential side effects, authorization requirements, rate limits, or the nature of the returned result. The inclusion of 'ctx' as a parameter is also not part of the actual schema, adding minor confusion.

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?

The description is relatively concise with one main sentence and a short argument list. However, the 'Args' block largely duplicates schema information and could be trimmed, but it does not harm usability significantly.

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 tool has an output schema, so return values do not need explanation. However, the description lacks usage guidance and behavioral transparency, though the parameter explanations are sufficient for basic invocation. It is minimally viable but has clear gaps.

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 schema has 0% description coverage, and the description compensates by explaining each parameter: video_url as the URL, text as optional content, and reply_control with its enum values. This adds needed meaning beyond the bare schema types.

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+resource: 'Create and publish a post with a video to Threads.' It clearly distinguishes from sibling tools like threads_create_post and threads_create_image_post by specifying the video medium.

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?

The description implies usage for video posts but does not explicitly compare to alternatives or state when not to use this tool. It provides the required video_url parameter but lacks exclusions or explicit guidance versus sibling tools.

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

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