Skip to main content
Glama

volume_set

Idempotent

Set the Denon AVR volume to any level from 0 to 98, with 80 representing the 0 dB reference. Adjusts receiver volume directly.

Instructions

Regle le volume du Denon a un niveau specifique (0-98). 80 = 0dB reference.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelYesNiveau de volume (0-98)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already convey mutation, idempotency, and non-destructiveness. The description adds useful behavioral context beyond the schema by providing the calibration '80 = 0dB reference', which helps the agent reason about the resulting loudness. No contradictory claims.

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 short sentences, no filler. The core operation is front-loaded and the calibration note is placed second; every word 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?

For a simple one-parameter setter with annotations covering safety and idempotency and schema covering the range, the description is complete. No output schema is needed for this kind of command-style tool, and the 0dB calibration fills the only interpretive gap.

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 coverage is 100% and the single level parameter already has type, range, and description. The description still adds meaning by interpreting the numeric scale with the 0dB reference at 80, which is more actionable than the schema alone.

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 a specific verb ('Règle' / sets), a specific resource ('volume du Denon'), and explicit target semantics ('niveau spécifique 0-98'). This distinguishes it clearly from volume_up, volume_down, and mute_* siblings because it describes absolute level setting, not relative or mute behavior.

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?

The phrase 'à un niveau spécifique' clearly implies absolute setting, which distinguishes this from the relative sibling tools volume_up and volume_down. It does not explicitly state 'use this for exact level, use volume_up/down for steps', but the context is clear enough for an agent to infer when to choose it.

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