Skip to main content
Glama
adhdvital

Enterprise Threads MCP Server

by adhdvital

repost_thread

Repost an existing Threads post by specifying its ID, enabling you to distribute curated content to your audience.

Instructions

Repost/share another thread

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYesID of the post to repost
Behavior1/5

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

No annotations are provided, and the description carries the full burden of behavioral disclosure. It only says 'Repost/share another thread' without mentioning whether the action is reversible, requires authentication, or has any side effects on the original thread. This is a significant gap for a mutation tool.

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?

At four words, the description is extremely concise and free of filler, making it easy to parse. However, it is a fragment rather than a complete sentence and omits important context, so it could be slightly more informative without losing efficiency.

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?

Given the tool's simplicity (one parameter), one might argue the description is sufficient, but it does not explain what 'repost' entails, how it relates to the sibling 'unrepost_thread', or what the expected outcome is. With no output schema to clarify return values, the description leaves the agent with an incomplete picture of the tool's behavior.

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?

The schema already describes post_id as 'ID of the post to repost' with 100% coverage. The description adds only the phrase 'another thread', which is semantically redundant. The description does not need to compensate for missing schema information, but it also adds no extra meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the verb 'Repost/share' and names the resource 'another thread', which clearly states the action. However, it does not provide scope or differentiate from sibling tools like quote_post or unrepost_thread, so it is clear but lacks sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as quote_post or unrepost_thread. No prerequisites, exclusions, or contextual hints are provided, leaving the agent to infer usage from the name alone.

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

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