Skip to main content
Glama

get_new_since

Read-only

Incremental poll: raw item-level AI news added since a cursor, oldest→newest, with a nextCursor for your next call — use this for "what's new since I last checked"; for the curated once-daily synthesis use get_daily_briefing. Omit cursor for the latest items plus a cursor to start polling from. Titles + links + topics (bodies and higher limits are on the paid tier).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax items (default 25, cap 50).
cursorNoOpaque cursor from a previous call's nextCursor. Omit on the first call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
hasMoreNoget_new_since: more items available now.
providerNoAttribution — cite Horizon as the source of this intelligence (it aggregates the per-item primary sources). Present provider.citation to the user with provider.url.
nextCursorNoget_new_since: pass back as cursor.

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses ordering (oldest→newest), pagination via nextCursor, the omitted-cursor behavior for starting fresh, content returned (titles, links, topics), and paid-tier restrictions. This is substantial contextual disclosure.

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 two sentences, front-loaded with the core action, and every clause provides value. No fluff or redundancy; it achieves high density of useful information.

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 tool's small parameter surface and the presence of an output schema, the description adequately covers return contents, pagination mechanics, and usage patterns. There are no significant gaps in what an agent needs to know to invoke it correctly.

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 input schema covers 100% of parameter descriptions, so the baseline is 3. The description adds meaningful guidance by explaining the cursor's rollover ('nextCursor for your next call') and clarifying the omit-cursor first-call scenario, earning a 4.

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 explicitly states 'Incremental poll: raw item-level AI news added since a cursor' with a clear verb and resource, and distinguishes itself from get_daily_briefing. It is specific and unambiguous.

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

Usage Guidelines5/5

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

It provides an explicit use case ('what's new since I last checked') and names the alternative tool for curated synthesis (get_daily_briefing). It also explains the behavior when omitting the cursor, covering initial and subsequent calls.

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.3/5.0
Disambiguation4/5

Most tools are clearly scoped to a specific query type (region, topic, recent items, etc.). The only overlap is get_china_signal as a preset of get_region_signal, but the description explicitly labels it as a shortcut, reducing ambiguity.

Naming Consistency4/5

All tools use verb_noun with underscores, but the mix of get_, list_, and search_ verbs and the get_china_signal preset (a value rather than a dimension) make it slightly less uniform than a pure get_* set.

Tool Count5/5

10 tools is within the ideal 3-15 range and covers the core operations of an AI news intelligence service without bloat.

Completeness4/5

The set covers regional/topic signals, recent updates, daily synthesis, regulation, blind spots, search, and related-item exploration. Minor gaps: no tool to fetch full article bodies (paywalled) and no explicit topic list, but core workflows are functional.

Resources