Skip to main content
Glama

One city in detail

get_city
Read-onlyIdempotent

A city's live status plus its busiest venues and upcoming public event count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity slug. Defaults to the bound city.

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 already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds that the data is a 'live status' (real-time) and includes counts, which is useful context beyond annotations, but doesn't disclose potential performance or data freshness implications.

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 a single sentence that efficiently lists the key deliverables (live status, busiest venues, upcoming event count). It is front-loaded and has no filler words, achieving maximum information density.

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?

Given the tool's simplicity (1 optional parameter, no output schema, no nested objects), the description covers the main outputs. It doesn't specify the format of venues or event count, but that is likely unnecessary for basic selection. It is complete enough for an agent to know when to call it.

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 coverage is 100% and the only parameter 'city' is described as a slug with a default. The description adds no further meaning to the parameter, so it relies on the schema. Baseline 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 clearly states the tool returns a city's live status, busiest venues, and event count, using specific nouns. It distinguishes itself from get_city_status (which likely returns only status) but doesn't explicitly name alternatives. The title 'One city in detail' reinforces the scope.

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?

The description implies use when a user wants a city's overview, but does not explicitly state when to use alternatives like get_city_status or what's_happening. It provides no exclusions or conditions, so agents must infer applicability based on the detail level.

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