Skip to main content
Glama

Connect noise-level bus

connect_noise_level_bus

Generate a noise-level telemetry node that aggregates dB readings, applies weighting, and enforces safety limits for venue monitoring.

Instructions

Create a noise-level telemetry scaffold with aggregate decibel readings, sample windows, adapter source, and PA/safety policy notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.noise_level_bus
activeNo
limit_dbNo
weightingNodba
zone_countNo
adapter_urlNows://127.0.0.1:9095/noise
parent_pathNoParent COMP for noise level data./project1
venue_labelNovenue
adapter_modeNowebsocket_json
sample_countNo
Behavior3/5

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

Annotations already declare readOnlyHint=false, openWorldHint=true, and destructiveHint=false, which covers the safety profile. The description adds useful context about the scaffold's components but does not disclose operational behaviors such as network side effects, return values, or dependencies beyond the schema hints. This is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the core purpose without wasted words. However, it could benefit from a brief mention of what the scaffold produces operationally, but it remains appropriately sized for the tool's simplicity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 10 parameters, no output schema, and annotations that only cover safety, the description is incomplete. It does not explain what the scaffold actually creates (e.g., a COMP), how the parameters interact, or what the tool returns. The minimal description may be insufficient for an agent to use this tool correctly in a complex project.

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

Parameters2/5

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

Schema description coverage is only 20%, so the description must compensate. It mentions 'aggregate decibel readings', 'sample windows', and 'adapter source', which loosely map to parameters like limit_db, sample_count, and adapter_url/mode, but it does not explain specific parameters such as weighting, zone_count, or venue_label. The description adds only vague semantic hints and fails to fully compensate for the low schema coverage.

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 uses a specific verb ('Create') and a clear resource ('noise-level telemetry scaffold'), and distinguishes itself from siblings by detailing the scaffold's contents (aggregate decibel readings, sample windows, adapter source, PA/safety policy notes). This makes 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 Guidelines2/5

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

The description does not state when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. It only says what it creates, leaving the agent to infer the appropriate context from the name and description.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucasmaher-hash/touch-designer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server