D
decibel-shield
/lookup_sound_level
Look up how loud a common sound is
Answers "how loud is a hair dryer", "how many decibels is a chainsaw", "is 85 decibels loud", "how loud is 80 decibels". Decibel level and hearing-risk guidance
liveunknown~5s typical
mcpdecibel-shield
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-decibelshield-decibel-shield /lookup_sound_level for me.
Input
| Field | Type | Description |
|---|---|---|
| sound* | string | Sound to look up, e.g. "lawn mower" or "subway" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-decibelshield-decibel-shield","endpoint":"/lookup_sound_level","input":{"sound":"..."}}'cli
npx cracked-ai run -p mcp-app-decibelshield-decibel-shield -e /lookup_sound_level -i '{"sound":"..."}'mcp
run_tool({ provider: "mcp-app-decibelshield-decibel-shield", endpoint: "/lookup_sound_level", input: {"sound":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.