Skip to main content
Glama

Get estimated noise levels for a city

get_city_noise
Read-onlyIdempotent

Answers "how loud is Tokyo", "noise level in Mumbai", "is Delhi louder than London". Estimated day/night noise ranges (dB), rank among 50 major world cities, dominant noise sources and a confidence label, with WHO guideline context (53 dB Lden / 45 dB Lnight). Estimates synthesized from published sources, not measurements. For US cities computed from federal data use get_us_city_noise_exposure; for measured Europe data use get_europe_city_noise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesCity name, e.g. "Tokyo" or "São Paulo"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
rankYesRank among the 50 cities (1 = loudest)
countryYes
page_urlNoDetail page when available
confidenceYes
attributionNo
day_range_dbYesEstimated daytime range, e.g. "60-72"
night_range_dbYes
dominant_noise_sourcesNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint and idempotentHint. The description adds that estimates are 'synthesized from published sources, not measurements', which is important context beyond annotations. No contradictions.

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?

Every sentence adds value. The description is front-loaded with examples, followed by technical details, and ends with sibling comparisons. No wasted words.

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 complexity (dB ranges, rank, sources, WHO context) and the presence of an output schema, the description covers all key aspects: expected query types, data origin, and comparison with alternative tools.

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?

Input schema has full coverage (100%) with a city description. The description provides example city names but no additional semantic nuance beyond what the schema already conveys.

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 begins with specific example queries ('how loud is Tokyo', 'noise level in Mumbai') and clearly states the tool estimates city noise. It distinguishes itself from siblings get_us_city_noise_exposure and get_europe_city_noise.

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?

Explicitly states when to use this tool (for estimated global city noise) and when to use alternatives (US cities from federal data, measured Europe data). This provides clear decision guidance for an AI agent.

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: address-level noise, city-level estimated (world), city-level measured (Europe), US city exposure, neighborhood ranking, ordinance info, sound level lookup, safe exposure time, and app information. Overlaps are minimal and well-documented in descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, list_, lookup_, safe_). Naming conventions are uniform, using lowercase with underscores, making it easy to predict tool names from the domain.

Tool Count5/5

With 10 tools, the server is well-scoped for its purpose of providing noise information. Each tool covers a specific aspect of the domain without redundancy, and the number is within the ideal 3-15 range.

Completeness4/5

The tool set covers address, neighborhood, US city, European city, and world city noise, plus sound levels, safe exposure, and some ordinances. Minor gaps include limited ordinance coverage (only 8 US cities) and lack of noise data for non-European/non-US regions, but core queries are addressed.

Resources