Skip to main content
Glama

label_list

Lists every label in an Audacity project with its index, timing, and text, sorted by Audacity's flat index so you can identify the correct index before editing or deleting any specific label.

Instructions

List every label with its index, timing and text.

Returns labels sorted by Audacity's own flat index, which is what label_edit and label_delete take. Call this first whenever you need to modify a specific label, rather than guessing an index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so description carries burden. It discloses the sort order (by Audacity's flat index) and notes it feeds label_edit/label_delete. But it doesn't describe return format, read-only safety, or side effects. For a read-only list tool with no annotations, this is moderate coverage.

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 tight sentences, zero filler. The first states the purpose, the second explains the critical sorting detail and usage directive. Every sentence earns its place.

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

Completeness4/5

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

For a 0-parameter list tool, the description is mostly complete: states content, sort order, and usage pattern. Slight gap is no mention of return format or how large outputs are handled, but for a simple list operation this is adequate.

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

Parameters5/5

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

Tool has 0 parameters, so there is nothing to document. The description correctly notes this is a no-argument call that simply lists everything. Baseline 4 for 0 params is exceeded because the description explains what the no-arg call returns.

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?

Clear verb+resource: 'List every label with its index, timing and text.' States what content is returned. Somewhat generic among label tools (label_get_all, label_find, label_export), but the emphasis on returning index differentiates partially.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'Call this first whenever you need to modify a specific label, rather than guessing an index.' Directly names label_edit and label_delete as downstream consumers, providing clear usage context and preventing guessing.

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

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