Skip to main content
Glama

Trending Messages

trending_messages
Read-onlyIdempotent

"Most popular posts on StockTwits right now" / "trending stock chatter" — most-engaged-with messages across all StockTwits streams. Use for general market-zeitgeist sense-making.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false, covering safety and consistency. The description adds that it returns 'most engaged-with messages across all StockTwits streams', which provides additional context but does not disclose any new behavioral traits beyond what annotations imply.

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 very concise, consisting of two quotes and one clear sentence. It is front-loaded with the core purpose. No extraneous content. The structure is slightly informal due to quotes, but every element serves a purpose.

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 read-only tool with one optional parameter and no output schema, the description provides sufficient context: it explains the tool's return (trending messages) and its use case (market zeitgeist). The description does not need to detail output since it's a straightforward list. However, it could have briefly noted the lack of filtering options.

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

Parameters2/5

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

The only parameter is 'limit' (optional number), with 0% schema description coverage. The tool description does not mention or explain the limit parameter at all, leaving the agent to infer its purpose from the name alone. Given the low coverage, the description should have clarified what limit controls (e.g., max number of results).

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 defines the tool as returning most popular/trending messages on StockTwits, using phrases like 'most popular posts' and 'most-engaged-with messages across all StockTwits streams'. It distinguishes from sibling tools like trending_symbols or symbol_stream by focusing on messages rather than symbols or streams.

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 says 'Use for general market-zeitgeist sense-making', which gives a clear usage context. However, it does not explicitly state when not to use this tool or mention alternatives among siblings (e.g., pipeworx_trending, trending_symbols). The guidance is implicit but lacks explicit comparisons.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation2/5

Multiple tools serve overlapping functions: three ask_pipeworx variants, two deep research tools, and multiple polymarket tools. StockTwits-specific tools are distinct but the overall set has significant ambiguity between Pipeworx and Polymarket tools.

Naming Consistency2/5

Naming styles are mixed: some use lowercase (ask_pipeworx), some use underscores (ai_visibility_check), and some use prefixes (pipeworx_feedback, polymarket_arbitrage). No consistent pattern across the tool set.

Tool Count3/5

40 tools is on the higher end but not extreme. However, many tools belong to the Pipeworx ecosystem, which seems separate from StockTwits, making the set feel bloated and unfocused for a single server.

Completeness2/5

StockTwits social features are adequately covered (symbol search, streams, trending), but the inclusion of Pipeworx tools creates a sprawling surface without complete coverage in any one domain. Missing core StockTwits features like user profiles or direct messaging.