Skip to main content
Glama

find_trending

What news is ACCELERATING right now — a ranked list of story-events climbing in attention, optionally scoped to a beat/topic. Each returns trend, momentum, acceleration, outlet count, a runway hint (act now vs window closing), why-now, and a link. Use to decide what to ride/publish/watch. ~2h behind live, ~296 mainstream sources, signals + links only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 8).
topicNoBeat or keyword to scope to, e.g. "technology", "crypto", "nvidia". Omit for all beats.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden, and it does so well. It discloses freshness ('~2h behind live'), coverage ('~296 mainstream sources'), and output nature ('signals + links only'), plus per-item fields and the 'act now vs window closing' runway hint. This gives the agent a realistic sense of latency, scope, and output limitations, though rate limits or exact update mechanics are not covered.

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 dense but efficient: value proposition, result fields, intended decision context, and data caveats are packed into a compact paragraph with no filler. The most distinctive information ('ACCELERATING right now') is front-loaded, and every clause contributes. This is a model of concise, useful tool documentation.

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 read-style list tool with no output schema, the description adequately explains return values and data limitations, and the input schema fully covers the two parameters. The only notable missing piece is guidance on how this relates to sibling whats_changed, but the tool's own purpose and results are clear enough to call it correctly. Overall it is complete for practical agent use.

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?

Schema description coverage is 100%, so the baseline is 3: the schema already documents limit with min/max/default and topic with examples. The description adds only the general sense of 'optionally scoped to a beat/topic' and a ranked list, which does not materially improve on the schema. There is no additional parameter syntax, interaction, or defaulting nuance.

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 opens with a crisp value proposition: it identifies news 'ACCELERATING right now' as a ranked list of story-events 'climbing in attention', optionally scoped to a beat/topic. This makes the tool's purpose and resource clear and distinguishes it from a generic news or recent-changes tool, even without naming the sibling. The verbs and result fields ('trend, momentum, acceleration, outlet count...') make the function concrete.

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 explicitly tells the agent when to use it: 'Use to decide what to ride/publish/watch.' It also clarifies scoping ('optionally scoped to a beat/topic') and the signal-only nature of results. However, it does not contrast with sibling tool whats_changed or state when not to use it, so the routing guidance is good but not fully explicit.

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

A4.1/5.0
Disambiguation5/5

find_trending focuses on accelerating stories across beats, while whats_changed targets entity-specific coverage changes over time. Their purposes are clearly distinct and unlikely to be confused.

Naming Consistency3/5

Both names are readable and descriptive, but they follow different patterns: find_trending is imperative-style while whats_changed is a contracted question-style phrase. There is no consistent verb_noun convention across the set.

Tool Count3/5

With only two tools, the server feels minimal but not unreasonable for a narrowly scoped news-signal service. It sits at the thin edge of tool count appropriateness.

Completeness4/5

The pair covers the core workflows of discovering rising stories and tracking changes for known entities. A minor gap is the lack of a way to enumerate supported beats/topics or perform arbitrary search, but most intended use cases are addressed.