Skip to main content
Glama

briefings

get_briefing

One briefing as structured JSON: lead story, ranked stories and research items with summaries, why-it-matters and key points, plus when it was ranked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesbriefing key from list_briefings, e.g. 'ai'

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It transparently states the output format (structured JSON) and lists the contained fields, giving a clear picture of the return value. However, it does not mention potential errors (e.g., invalid key), whether the operation is read-only, or any other side effects. Since this is a get operation, the lack of side-effect disclosure is minor, but the description is not exhaustive.

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 a single, tightly written sentence that front-loads the most critical information ('One briefing as structured JSON') and then enumerates the content elements. There is no wasted wording, and every phrase adds value. It is highly efficient for an agent scanning for tool 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?

Given there is no output schema, the description must specify the return value, and it does so comprehensively by listing the major components (lead story, ranked stories, research items, summaries, why-it-matters, key points, and ranking time). It covers the essential data an agent would expect from a briefing. It does not mention error handling or whether additional fields exist, but for a single-key lookup tool, this is sufficient. A slight deduction because it does not explicitly mention the key parameter in the description, but that is covered by the schema.

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%, and the parameter 'key' already has a clear description in the schema ('briefing key from list_briefings, e.g. 'ai''). The tool description adds no additional information about the parameter itself. According to the rubric, with high schema coverage, the baseline is 3, and the description does not enhance it, so this is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns 'One briefing as structured JSON' and enumerates the content fields (lead story, ranked stories, research items, summaries, why-it-matters, key points, ranking time). It distinguishes this from sibling tools implicitly by specifying the structured JSON output, which contrasts with get_page (likely a page) and render_briefing (likely a rendered format). However, it does not explicitly name the sibling tools or state what it is not, so a slight deduction.

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 implies usage by indicating the briefing key comes from list_briefings, which tells the agent to call list_briefings first to obtain a valid key. However, it does not provide explicit guidance on when to choose this tool over render_briefing or get_page, nor does it state exclusions (e.g., 'use render_briefing if you need HTML'). The context is implied but not explicit, so a moderate score.

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.

Resources