Skip to main content
Glama

whats_changed

The DELTA on an entity — what is new or has shifted in news coverage of a company/person/topic since a given time. Returns new vs updated story-events, trend, importance, and links. This is the stateful "what changed since my last check" that stateless search tools cannot answer. ~296 mainstream sources, signals + links only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoISO timestamp of your last check. Default: 7 days ago.
entityYesCompany, person, or topic, e.g. "Nvidia", "OpenAI", "Donald Trump".

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the tool is stateful, that it returns signals and links only (not full articles), and that it draws from ~296 mainstream sources. It does not mention rate limits, pagination, or authentication, but it provides meaningful behavioral context beyond a minimal definition.

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 three tightly packed sentences with no redundant phrasing. The core concept is front-loaded, the return contents are specified, and the stateful-vs-stateless context and source count are appended in an efficient, useful way. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema and annotations, the description compensates well by naming all major return categories (new vs updated story-events, trend, importance, links) and specifying scope (mainstream sources, signals+links only). The two parameters are fully schema-documented, and the description provides enough context for an agent to invoke the tool correctly.

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?

Both parameters are already fully documented in the schema with descriptions, examples, and defaults, so schema coverage is 100%. The description echoes 'entity' and 'since a given time' but adds no extra parameter-level detail beyond what the schema already provides. This meets the baseline for high schema coverage.

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 identifies the tool's resource as 'the DELTA on an entity' in news coverage and specifies exactly what it returns: new vs updated story-events, trend, importance, and links. It also distinguishes itself from stateless search tools through the stateful 'what changed since my last check' framing, which separates it conceptually from siblings like find_trending.

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 gives strong contextual guidance: this tool answers 'what changed since my last check' and is positioned as something stateless search tools cannot answer. However, it does not explicitly name any sibling tool or state concrete when-not-to-use conditions, so the routing guidance is clear 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.