List covered cities
list_citiesCities with live venues, with counts and available modalities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_citiesCities with live venues, with counts and available modalities.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the burden. It discloses the output content (cities, counts, modalities), which is useful, but it does not explain what 'live' means, whether the response is limited, or any freshness/availability behavior. Still, for a simple listing tool, this is a reasonable but not rich disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single short sentence with no filler. It front-loads the main subject and packs the key output aspects (counts, modalities) compactly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description is the only source of information. It gives a high-level view of the result, but leaves terms like 'live venues' and 'modalities' undefined and does not clarify the distinction from the similarly named sibling get_city_stats.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so parameter documentation is unnecessary. The baseline of 4 applies because there is no parameter ambiguity to resolve.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource ('cities with live venues') and the information returned ('counts and available modalities'). It is distinguishable from siblings like get_venue or search_venues, though it does not explicitly call out the difference from get_city_stats.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for getting an overview of covered cities, but it does not state when to prefer list_cities over get_city_stats or search_venues, nor does it mention any exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.