Skip to main content
Glama

Agents Door

city_news

Fresh local news of a city — title, summary and a link to the article. This is the local agenda in the newsroom's own language: the kind of thing training data barely has.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYescity slug from list_cities, e.g. pattaya or moscow
limitNohow many to return, up to 20
editionYesru|th|ae|sa|tw

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/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, but it does not state whether the operation is read-only, how freshness is determined, or any limits or side effects. It adds a useful content-context clue ('newsroom's own language') but stops short of describing actual behavior.

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-loads the core function in the first sentence. The second sentence adds contextual color about the content's value, which is mildly redundant but not bloated.

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 simple fetch-like tool, the description gives the main return fields and a sense of content quality, and the schema covers the parameters. However, with no annotations and no output schema, it would be stronger to mention how city/edition slugs are obtained and whether the result is read-only.

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%, so the schema already documents all parameters. The description adds minimal parameter meaning—only that the news is 'of a city'—and does not enrich edition or limit semantics, so the baseline of 3 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 identifies the resource ('local news of a city') and the expected payload ('title, summary and a link to the article'). It is specific enough that an agent can distinguish it from city_events as a news vs. events tool, though it does not explicitly name the sibling.

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?

There is no guidance on when to prefer this tool over alternatives, nor any exclusions or prerequisites. The description implies 'use when you need local news,' but never addresses city_events, list_cities, list_editions, or any other sibling.

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