Skip to main content
Glama
asadhuddleduck

thread-storm

storm_publish_thread

Publish a connected thread to Threads and Twitter/X simultaneously from a list of post texts, eliminating the need to post separately on each platform.

Instructions

Publish a thread to BOTH Threads and Twitter/X simultaneously.

This is the hero tool. Takes a list of text strings and publishes them as a connected thread on both platforms in parallel. Threads posts are slower (container polling + propagation delays) while Twitter is near-instant.

Args: posts: List of text strings to publish as a thread on both platforms.

Returns: JSON string with results from both platforms including post IDs and permalinks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses some behavioral traits: it publishes in parallel, notes Threads is slower due to container polling/propagation delays, and Twitter is near-instant. It also mentions the return format. However, with no annotations, it does not cover permissions, failure modes, or reversibility of posts, leaving significant gaps 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.

Conciseness5/5

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

The description is well-structured with separate sections for action, timing, args, and returns. It is concise, with every sentence earning its place, and the 'hero tool' note adds a slight motivational tone without harming clarity.

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 moderate complexity (dual-platform publishing, parallelism, timing differences), the description covers input, output, and behavioral differences. It does not detail error handling or partial failures, but the existence of an output schema reduces the need to describe return values. Overall, it is sufficiently complete for an agent to use it correctly in most cases.

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 only shows a 'posts' array with no description, but the description's Args section explicitly explains that posts is 'List of text strings to publish as a thread on both platforms.' This adds clear meaning beyond the schema and fully compensates for the 0% schema description coverage, though it lacks constraints like limits or formatting.

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 action ('publish'), the resource ('a thread to BOTH Threads and Twitter/X simultaneously'), and distinguishes it from siblings by emphasizing the dual-platform nature. The verb is specific and the scope is unambiguous.

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?

It provides clear context for when to use this tool (when you want to publish to both platforms), and the phrase 'This is the hero tool' suggests it is the preferred approach for that scenario. However, it does not explicitly mention alternatives or when to use separate tools, so it lacks explicit exclusions.

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/asadhuddleduck/thread-storm'

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