Skip to main content
Glama

Get a compact source-grounded brief

get_brief
Read-onlyIdempotent

Use for a current news brief or catch-up job. Return a five-story cited brief diversified across category, event class, and publisher by default. Use chronological or all for stable cursor paging. A balanced resumeCursor continues as a complete chronological change stream, even when the client repeats mode=balanced. Follow unreadCursor before saving resumeCursor. Do not use as a general web search or for events Probable did not observe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNobalanced
limitNo
sinceNo
topicNo
cursorNo
categoryNoOnly return replacements in this category.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral detail beyond that: default diversification, the return of a cited five-story brief, stable cursor paging semantics, and the unusual property that a balanced cursor continues as a chronological change stream even when the client repeats mode=balanced. It also clarifies scope by excluding unobserved events, consistent with openWorldHint=false.

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 dense and front-loaded with purpose and return behavior. Every sentence carries useful information, especially the cursor semantics that would otherwise be hard to infer. The main drawback is that terms like resumeCursor and unreadCursor are introduced without much definition, assuming some familiarity with the response shape.

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-only tool with no required parameters and no output schema, the description covers the return shape, default diversity behavior, cursor paging, unread-before-resume ordering, and exclusions. It is fairly complete, but since there is no output schema, the description could more clearly explain the relationship between the response cursors and the role of the since/topic parameters.

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 coverage is only 17%, so the description must compensate. It adds meaningful semantics for mode by recommending chronological or all for stable cursor paging, and it explains cursor-related behavior through resumeCursor and unreadCursor. However, it does not explain since, topic, limit, or the default behavior of mode beyond what the enum values already show, leaving several parameters underspecified.

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 states a specific verb and resource: get a current news brief, returning a five-story cited brief diversified by default across category, event class, and publisher. It also distinguishes itself from general web search and from events the system did not observe, which separates it from sibling tools like discover_events or edition readers.

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 explicitly says to use for a current news brief or catch-up job and warns not to use it as a general web search or for unobserved events. It also gives concrete paging guidance, such as using chronological or all for stable cursor paging and following unreadCursor before saving resumeCursor. It does not name specific sibling alternatives, but the when/when-not guidance is strong.

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

The watch and edition tools are clearly distinct, but get_context and score_headline overlap heavily—both accept a headline, share the referenceContext parameter, and disclose withheld/conflicting info—and get_brief vs read_latest_edition both serve 'what's the latest news' requests. The verbose 'do not use for' guardrails in the descriptions help, but they also signal that the boundaries are not naturally obvious.

Naming Consistency4/5

All names follow snake_case verb_noun, with predictable patterns: list_* for collections, create/update/acknowledge for watch mutations, read_* for editions. Minor inconsistency exists between get_brief and read_latest_edition (both fetch news content) and between get_membership and list_watches (both return list-like info), but the overall scheme is readable and consistent.

Tool Count4/5

14 tools sits within the typical well-scoped band, and each tool appears to serve a real product feature. The surface is slightly broad for a 'news' server, spanning saved-watch management, edition reading/export, headline analysis, and membership/checkout, which makes it heavier than a focused news reader.

Completeness3/5

Edition access (list/read/export) and the analysis workflow (score/context/discover) are well covered, but the watch lifecycle has no delete_watch, leaving agents unable to remove saved watches—a real dead end. There is also no story-level read or search tool, though the descriptions explicitly scope that out.

Resources