Skip to main content
Glama

Svodka — Bulgarian News

Get today's leading Bulgarian news

get_leading_news

Връща водещите новини за деня в България — an importance-ranked leaderboard of stories clustered across outlets. Use when asked what the top, leading, or breaking news in Bulgaria is right now. Each entry includes a short reason it is leading and how many outlets cover it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of leading stories to return (default 8)

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does explain the output structure (importance-ranked, clustered, includes reason and coverage count), which is useful. However, it does not disclose data source freshness, rate limits, or any side effects, leaving some ambiguity.

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 compact and front-loaded, with each sentence contributing meaning: the return value, the usage trigger, and output details. No redundant wording.

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 low complexity (single optional parameter, no output schema), the description provides sufficient context: what it returns, how it is ranked, and when to use it. The output structure is described well enough without needing an output 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% for the only parameter (limit), which includes min, max, default, and type. The description adds no additional meaning beyond the schema, so the baseline score of 3 is appropriate.

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 clearly states the tool returns an importance-ranked leaderboard of top Bulgarian news stories clustered across outlets, which distinguishes it from siblings like get_article (specific article), list_recent_news (recent list), and search_bulgarian_news (search). The verb 'returns' and resource 'leading news' are specific.

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?

The description explicitly tells when to use the tool: 'Use when asked what the top, leading, or breaking news in Bulgaria is right now.' It does not explicitly name alternatives or offer when-not guidance, but the usage context is clear enough.

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

Each tool has a clearly distinct purpose: search by topic, list chronological, get top-ranked, and fetch details by ID. Descriptions explicitly state when to use each, preventing confusion.

Naming Consistency5/5

All tools use snake_case with a clear verb (_get_, _list_, _search_) followed by a specific noun, forming a consistent and predictable naming pattern.

Tool Count5/5

4 tools is well-scoped for a news aggregator, covering the core workflows without redundancy or bloat. Each tool earns its place.

Completeness4/5

The set covers essential news operations (browse, search, top stories, detail view) and supports the main workflow. Minor gaps like category filtering or source-specific queries exist but are not critical.

Resources