Skip to main content
Glama

baba News by baba Hebrew

Today in Brief

brief_get
Read-only

Today in Brief. Requires the brief API scope. English is the fallback for untranslated fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoOutput language. Hebrew falls back to English per field when a row is missing.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior4/5

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

Annotations already mark it read-only and non-destructive; the description adds two useful facts beyond them: the tool requires the 'brief' API scope, and untranslated fields fall back to English. This gives an agent concrete expectations about permissions and localization behavior. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short, but the opening 'Today in Brief.' is redundant with the title and adds no operational value. The remaining two sentences are useful, so the definition is not bloated, just minimally under-specified.

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

Completeness3/5

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

For a one-optional-parameter tool with a rich output schema and safety annotations, the structured data does most of the work. Still, the description never states what object the tool returns or why an agent would choose it, leaving the core purpose to inference. It is adequate but not complete.

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%: the lang parameter already documents its enum, default, and Hebrew-to-English fallback behavior. The description's fallback sentence restates the schema rather than adding new parameter meaning. A baseline 3 is appropriate when the schema carries the parameter documentation.

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

Purpose2/5

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

The description is essentially the title ('Today in Brief.') with no verb or resource. It does not explicitly say that this tool retrieves the daily brief or what a 'brief' contains, so an agent must infer the operation from the name. The only functional statement is about language fallback, not purpose.

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

Usage Guidelines2/5

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

No guidance on when to call this tool versus siblings such as stories_list or trending_list. The scope requirement is an authorization note, not a usage condition. The description leaves the agent to infer that this is the daily-brief retrieval tool.

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.