Skip to main content
Glama

baba News by baba Hebrew

The desk register with live volume

topics_list
Read-only

The desk register with live volume. Requires the sources API scope. English is the fallback for untranslated fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoDays back, 1-7. Non-integer or negative values are 400; values above 7 are clamped.
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.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds two useful behavioral details: the API scope requirement and the English fallback for untranslated fields, though 'live volume' remains unexplained.

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

Conciseness2/5

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

The description is short, but its first sentence is a verbatim repeat of the title and contributes no information. The second sentence is useful but is the only part that earns its place.

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

Completeness2/5

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

With an output schema present and full parameter coverage, the remaining gap is the tool's core purpose: an agent still cannot infer what topics_list returns or what a 'desk register' means. The description leaves the central question unanswered.

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 100%, so the schema already documents days and lang. The description adds no new parameter meaning beyond what the schema says; the English fallback note is essentially a restatement of the lang parameter's own description.

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 repeats the title verbatim ('The desk register with live volume') without ever stating what the tool lists or what action it performs. It does not mention 'topics' or 'list' and gives no basis for distinguishing topics_list from the many sibling list tools.

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?

The only practical guidance is the required sources API scope and the language fallback behavior. There is no statement of when to use this tool versus alternatives such as stories_list, search_list, or trending_list.

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.