Skip to main content
Glama

raw_set_preference

Set an Audacity preference value and optionally reload the application to apply it.

Instructions

SetPreference: Set a preference value (with optional reload). Static no-argument Audacity action. May open a dialog or change project state; inspect the command name first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose that the action 'may open a dialog or change project state,' which is useful mutation-side-effect information. However, the 'optional reload' behavior is unexplained, and the overall behavior remains vague for a tool that appears to mutate preferences.

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 short and front-loaded with the core action. No filler is present, though the final 'inspect the command name first' is somewhat cryptic and could be more concretely phrased.

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?

Given zero annotations, no output schema, and a potentially state-changing action, the description is too thin. It does not explain what preference is set, what 'optional reload' means, what the return behavior is, or how an agent should safely verify the command before invoking it.

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?

The schema has zero parameters, which normally warrants a baseline of 4. But the description says 'Set a preference value (with optional reload),' implying parameters that the schema does not expose. This contradiction confuses rather than clarifies parameter semantics, so the description fails to add useful meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource ('Set a preference value') and is distinguishable from the sibling raw_get_preference. However, the phrase 'Static no-argument Audacity action' introduces ambiguity about what value is being set and how, so it is not perfectly clear.

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?

There is no guidance on when to use this tool versus alternatives such as raw_get_preference or other raw_set_* tools. The caution to 'inspect the command name first' is a safety hint, but it does not clarify selection criteria or conditions for use.

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

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/FFriends/MCP-Audacity'

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