set_volume
Set the macOS audio output volume to a specific percentage from 0 to 100.
Instructions
Sets the macOS audio output volume percentage (0 to 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | Volume percentage level (0 to 100). |
Set the macOS audio output volume to a specific percentage from 0 to 100.
Sets the macOS audio output volume percentage (0 to 100).
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | Volume percentage level (0 to 100). |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only states the action and range. It does not mention side effects (e.g., system-wide change), permissions, or failure conditions. The range is already in the schema, so the description adds no behavioral context beyond the action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that is concise and free of filler. Every word contributes to defining the tool's action and scope.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool, the description is minimally adequate, but it lacks behavioral details such as whether the volume change affects the default output device or requires permissions. The gaps are not severe but exist, especially with no annotations or output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (volume parameter fully specified with type, min, max, and description). The description repeats '0 to 100' but adds no new meaning. Baseline 3 applies because the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Sets') and resource ('macOS audio output volume') with clear scope ('percentage 0 to 100'). It unambiguously distinguishes itself from the sibling tool get_volume, which reads volume.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when the user wants to change the volume, but it does not explicitly mention alternatives or exclusions. Since there is a get_volume sibling, the contrast is obvious but not stated. No when-not-to-use guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rzafiamy/macos_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server