Skip to main content
Glama

Safe exposure time for a decibel level

safe_exposure_time
Read-onlyIdempotent

Answers "how long can I listen to 100 dB", "is 85 dB dangerous for 8 hours", "how long at a concert before hearing damage". Maximum daily safe exposure time for a sound level per NIOSH's recommended exposure limit: 85 dB(A) for 8 h, 3 dB exchange rate (88 dB → 4 h, 100 dB → 15 min). Input is a dB number; to get the dB of a named sound first, use lookup_sound_level.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbYes
summaryYes
attributionNo
safe_duration_hoursNoNIOSH max daily exposure in hours; null when not applicable

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate the tool is read-only and non-destructive. The description adds behavioral detail: it calculates maximum daily safe exposure time using NIOSH's 3 dB exchange rate. This is sufficient, though it could mention any output format or precision limits.

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 concise (three sentences) and well-structured: it opens with example queries, then provides technical details, and ends with a usage hint. Every sentence is informative and earns its place.

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 simplicity (one parameter, straightforward logic), the description covers input, calculation method, and refers to the sibling tool. With an output schema present, return values are likely documented elsewhere, so the description is complete.

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?

The input schema has 100% coverage, so the parameter (db) is already described. The description reinforces its meaning with examples like '85 dB(A)' and '100 dB → 15 min', but adds minimal extra value beyond the 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 explicitly states it answers questions like 'how long can I listen to 100 dB', clearly indicating its function. It also explains the NIOSH recommended exposure limit and exchange rate, making the tool's purpose unmistakable.

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?

The description provides concrete usage scenarios ('how long at a concert before hearing damage') and directs users to a sibling tool (lookup_sound_level) if they need the dB of a named sound first, offering clear alternatives.

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