Skip to main content
Glama

Svodka — Bulgarian News

List recent Bulgarian news

list_recent_news

Връща най-новите новини в хронологичен ред (newest first), with cursor pagination. Use to browse the latest headlines rather than search a specific topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many stories to return (default 15)
cursorNoISO timestamp from a previous call's nextCursor, to page to older stories

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden for behavioral disclosure. It discloses ordering (newest first), pagination (cursor pagination), and the content type (headlines). It does not explicitly state that it is a read-only operation or describe the return structure, but for a simple list tool, this is reasonably transparent.

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 short and front-loaded, but there is a minor redundancy: 'хронологичен ред' and 'newest first' say the same thing twice. It is still efficient and gets to the point quickly, but has slight waste.

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 simplicity (read-only list with two optional parameters, no output schema), the description adequately covers the main aspects: what it returns, ordering, pagination, and usage guidance. The absence of an output schema is compensated by the description's mention of 'headlines' and 'news', which sufficiently informs the agent of the expected return content.

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%, with clear descriptions for both limit and cursor. The description adds context that the cursor is used for pagination and that results are chronological, but it doesn't add significant meaning beyond the schema's parameter descriptions. Baseline 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 the latest news in chronological order (newest first), which is a specific verb+resource+scope. It also differentiates itself from search by saying 'Use to browse the latest headlines rather than search a specific topic', matching sibling search_bulgarian_news.

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

Usage Guidelines5/5

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

The description explicitly provides usage guidance: 'Use to browse the latest headlines rather than search a specific topic.' This names the alternative use case (searching a specific topic), which maps to the search_bulgarian_news sibling, and implicitly distinguishes from get_article (getting full article) and get_leading_news (leading/top stories).

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