Skip to main content
Glama

Agents Door

list_cities

Cities of a newsroom with their slugs: what to put into city. Without query it returns the first forty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNopart of a name or slug, so you do not page through hundreds of cities
editionYesedition key: ru|th|ae|sa|tw

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It does reveal that without a query it returns only the first forty results, which is a useful pagination behavior. However, it doesn't disclose the response format, error handling, authentication needs, or what happens when a query is provided. Some transparency, but incomplete.

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?

Two concise sentences with no waste. The first states the purpose and the second adds a key behavioral note about pagination. The critical 'without query' behavior is front-loaded, making it efficient for an agent to quickly grasp the tool's scope.

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

Completeness4/5

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

For a simple list tool with two parameters and no output schema, the description covers the core purpose, the query filtering behavior, and the pagination limit. It lacks an explicit response structure, but given the simplicity and that the edition parameter is fully explained in the schema, it is mostly complete. The only notable gap is the response format, but it's not critical for a list tool.

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 both parameters already well described (query as a filter, edition as a key with allowed values). The description adds the pagination behavior but no additional parameter semantics. It doesn't elaborate on the parameters beyond what the schema provides, so it stays at the baseline for fully covered schemas.

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 states the tool returns cities for a newsroom with their slugs, and indicates these are the values to use for the 'city' field. This clearly identifies the resource and purpose, though it doesn't explicitly use the verb 'list' and doesn't differentiate from sibling tools like city_events or city_news beyond the context of providing city options.

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

Usage Guidelines3/5

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

No explicit guidance is given on when to use this tool versus alternatives. The phrase 'what to put into city' implies it's for obtaining valid city values, but there's no mention of alternatives, prerequisites, or when not to use it. The usage context is only implied.

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