Skip to main content
Glama
griffinwork40

threads-mcp

create_text_post

Create a text-only Threads post. Choose immediate publishing or obtain a container_id for later publication. Manage reply permissions and threading.

Instructions

Create a text-only Threads post. Set publish:true to immediately publish, or false to get a container_id for later publishing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text content of the post
publishNoWhether to immediately publish (default: true)
reply_controlNoWho can reply
reply_to_idNoThread ID to reply to
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the two behavioral modes based on the publish parameter, but does not cover other behaviors like character limits, visibility, or error conditions.

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 two sentences with no fluff. The first sentence states the purpose, the second explains a key parameter. Every word 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 simple creation tool with 4 parameters and no output schema, the description covers the essential purpose and a key behavioral option. It could mention success indicators or constraints, but is largely adequate.

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?

Schema coverage is 100%, so the schema documents all parameters. The description adds valuable meaning for the publish parameter beyond the schema (explaining the effect of false), improving over the baseline of 3.

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 tool creates a 'text-only Threads post'. This distinguishes it from siblings like create_image_post and create_video_post, 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 provides guidance on the publish parameter, explaining when to set true (immediate publish) or false (container_id for later). It implicitly differentiates from siblings by specifying 'text-only', but does not explicitly mention when not to use this tool.

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

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