Skip to main content
Glama

Server Details

Noise data tools: city noise rankings, decibel levels of common sounds, NIOSH safe-exposure math.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 6 of 6 tools scored. Lowest: 3.7/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect: city noise estimates, US exposure data, rankings, sound level lookup, safe exposure time, and app info. No overlapping purposes.

Naming Consistency4/5

Tools mostly follow a verb_noun pattern (e.g., get_city_noise, list_loudest_cities). 'safe_exposure_time' deviates slightly as it uses an adjective instead of a verb, but the pattern is clear overall.

Tool Count5/5

6 tools is well-scoped for the domain, covering key operations without redundancy or insufficiency.

Completeness4/5

Covers city noise, US exposure, sound levels, and safety. Missing features like location-based noise measurement or historical data, but core functionality is complete.

Available Tools

6 tools
get_city_noiseGet estimated noise levels for a cityA
Read-onlyIdempotent
Inspect

Estimated daytime/night noise ranges (dB), rank among 50 major world cities, dominant noise sources and confidence for a given city, with WHO guideline context.

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

Output Schema

ParametersJSON Schema
NameRequiredDescription
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
Behavior4/5

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

Annotations (readOnlyHint, idempotentHint, destructiveHint) already declare safety. Description adds context: data is estimated, includes confidence and WHO guideline context, which is valuable behavioral info beyond annotations.

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?

Single sentence packs all key outputs (noise ranges, rank, sources, confidence, WHO context) without extraneous detail. Front-loaded with most important info.

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?

For a query tool with complete annotations, one parameter, and output schema present, the description sufficiently covers what the tool returns and its scope (world cities, estimated, health context). No missing critical information.

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 covers 100% of parameters with description for 'city'. Description adds example values ('Tokyo', 'São Paulo'), but schema already defines it as a string. No additional parameter semantics needed beyond schema.

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 clearly states the tool returns estimated daytime/night noise ranges, rank among 50 major cities, dominant sources, confidence, and WHO context. It distinguishes from siblings like get_us_city_noise_exposure (US-specific) and list_loudest_cities (list format).

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?

Description implies use for detailed noise info per city but does not explicitly state when to use this vs alternatives like get_us_city_noise_exposure or safe_exposure_time. No exclusions or when-not guidance provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_decibel_shield_appAbout the Decibel Shield iOS appA
Read-onlyIdempotent
Inspect

Facts and the App Store link for Decibel Shield - dB Meter, the iOS sound meter app behind this data: features, pricing, requirements. Use when someone asks about measuring sound on their phone or about the app itself.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
nameYes
priceNo
ratingNo
min_iosNo
attributionNo
app_store_urlYes
web_meter_urlNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds that it returns 'facts and the App Store link', providing context about the return content beyond the structured fields.

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 sentences, no wasted words, immediately states what the tool does and when to use it.

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?

With zero parameters and output schema present, the description fully covers what the agent needs to know: the tool returns facts and a link about the app. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters required. The description adds no param info because none exist; baseline 4 is appropriate.

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 clearly states it provides 'Facts and the App Store link for Decibel Shield - dB Meter' and explicitly distinguishes from sibling tools (which focus on noise data rather than the app itself).

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 tells when to use: 'Use when someone asks about measuring sound on their phone or about the app itself.' No exclusions needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_us_city_noise_exposureUS city transportation-noise exposure (measured)A
Read-onlyIdempotent
Inspect

Share of residents exposed to ≥60 dB / ≥70 dB transportation noise for the 100 largest US cities — computed from the federal BTS 2020 National Transportation Noise Map (not estimated). Pass a city name for one city, or omit it for the top of the ranking.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoUS city name, e.g. "Boston" (optional)
limitNoHow many ranked cities when no city is given (default 10)

Output Schema

ParametersJSON Schema
NameRequiredDescription
citiesYes
attributionNo
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive. The description adds valuable context: computed from a specific federal map (not estimated), defines noise thresholds (≥60 dB and ≥70 dB), and implies the result is deterministic. No contradiction.

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 sentences, front-loaded with key information: purpose, data source, usage modes. Every word adds value; no redundancy.

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 simple parameter structure (2 optional params, no enums, output schema exists), the description fully covers what an agent needs: data source, thresholds, usage variants, and ranking concept.

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% with descriptions for both 'city' (optional) and 'limit' (default 10). The description adds little beyond what the schema already provides, justifying the baseline score.

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 states exactly what the tool returns: share of residents exposed to transportation noise thresholds for the 100 largest US cities. It distinguishes between single-city query and ranking, and the data source (BTS 2020 National Transportation Noise Map) sets it apart from sibling tools.

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

Usage Guidelines4/5

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

Clearly explains two usage modes: pass a city name for one city or omit for ranked top cities. Lacks explicit exclusions or alternatives to sibling tools, but the context is sufficient for basic guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_loudest_citiesList the loudest cities rankingA
Read-onlyIdempotent
Inspect

The Decibel Shield estimated city noise ranking — 50 major world cities ordered by estimated daytime noise, loudest first.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many cities to return (default 10)

Output Schema

ParametersJSON Schema
NameRequiredDescription
citiesYes
attributionNo
Behavior3/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so description doesn't need to repeat. It adds data source (Decibel Shield) and ordering (loudest first), but no additional behavioral traits beyond what annotations cover.

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?

Single sentence, 18 words, front-loaded with key info (source, scope, ranking, ordering). No unnecessary 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?

For a simple list tool with one optional parameter and existing output schema, the description completely covers what the tool returns (ranking of 50 major cities, estimated daytime noise, loudest first).

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 covers 100% of parameters with a clear description. Description adds no extra meaning beyond the schema, so baseline score applies.

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?

Description clearly states it lists the top 50 world cities ranked by estimated daytime noise, loudest first. It distinguishes from siblings like get_city_noise (single city) and get_us_city_noise_exposure (US-specific).

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?

No explicit when-to-use or when-not-to-use guidance. It does not mention alternatives or prerequisites, relying on implied context from sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

lookup_sound_levelLook up how loud a common sound isA
Read-onlyIdempotent
Inspect

Decibel level and hearing-risk guidance for everyday sounds (whisper, traffic, chainsaw, concert…), sourced to CDC/NIOSH/NIDCD/ASHA published figures.

ParametersJSON Schema
NameRequiredDescriptionDefault
soundYesSound to look up, e.g. "lawn mower" or "subway"

Output Schema

ParametersJSON Schema
NameRequiredDescription
matchesYes
attributionNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds source credibility (CDC/NIOSH/NIDCD/ASHA) beyond annotations. No additional disclosure of edge cases or errors needed.

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?

Single sentence, front-loaded with purpose, no filler words. Efficient and clear.

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 1 parameter, output schema present, and annotations covering safety, the description fully addresses the tool's purpose, scope, and data sources. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has full description coverage (100%). Description adds concrete examples ('whisper, traffic, chainsaw, concert…') that illustrate valid parameter values beyond the schema's example.

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?

Specific verb ('look up'), resource ('decibel level and hearing-risk guidance'), and scope ('everyday sounds'). Distinguishes from siblings like 'get_city_noise' which focus on location-specific data.

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

Usage Guidelines4/5

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

States it's for everyday sounds and cites authoritative sources, providing clear context. Does not explicitly contrast with sibling tools, but usage is implied well.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

safe_exposure_timeSafe exposure time for a decibel levelA
Read-onlyIdempotent
Inspect

How long a sound level is safe to be around per NIOSH's recommended exposure limit (85 dB(A)/8 h, 3 dB exchange rate).

ParametersJSON Schema
NameRequiredDescriptionDefault
dbYesSound level in dB(A), e.g. 95

Output Schema

ParametersJSON Schema
NameRequiredDescription
dbYes
summaryYes
attributionNo
safe_duration_hoursNoNIOSH max daily exposure in hours; null when not applicable
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. Description adds context about the specific NIOSH standard and exchange rate, which is useful beyond annotations.

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?

Single sentence concisely states the tool's purpose and standard used; no wasted words.

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 simple single-parameter tool with output schema, the description provides sufficient context about the calculation basis, though it does not mention input constraints like valid decibel range.

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% with description for 'db'. Tool description adds the NIOSH context but does not enhance parameter meaning beyond what schema provides. Baseline 3.

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?

Name, title, and description clearly state the tool calculates safe exposure time for a decibel level using NIOSH standards, distinguishing it from sibling tools that provide noise levels or lookups.

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

Usage Guidelines4/5

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

Description implies usage for calculating safe exposure time per NIOSH, but does not explicitly state when to use vs alternatives or exclude other scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources