Skip to main content
Glama

label_add

Add an annotation label to the current cursor position or selection in an Audacity project to mark points of interest.

Instructions

Add a label at the current cursor position or selection.

Args: text: Label text. Default: empty

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
Install Server

TDQS

B3.4/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 discloses the core behavior (a label is created at the current position/selection) but omits side effects such as whether an empty text creates an unlabeled label, whether a label track is required, or what happens to the existing selection.

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 main sentence is front-loaded, short, and directly actionable. The Args block is somewhat redundant with the schema, but it is minimal and does not add meaningful verbosity.

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

Completeness3/5

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

The tool is simple and the description covers the basic invocation. However, in a large sibling family of label-related tools, it does not disambiguate from label_add_at or label_add_batch, and it does not mention any effects on the current selection or label track.

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

Parameters3/5

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

The description adds only a slight clarification by calling text 'Label text' and repeating the schema's default of empty. Schema coverage is 0%; the description should compensate more, but for a single free-form string parameter it does provide enough meaning for basic use.

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 states a clear verb-resource pair ('Add a label') and the precise scope ('at the current cursor position or selection'). It is unambiguous about what the tool does, though it does not explicitly name sibling tools such as label_add_at to differentiate them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The usage context is implied by the purpose: use this when adding a label at the current cursor or selection. However, there is no explicit guidance about when to prefer label_add_at, label_add_batch, or track_add_label, nor any exclusions.

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