Skip to main content
Glama

label_edit

Modify existing audio label text or timing by providing its index and new text or start/end times.

Instructions

Edit an existing label's text and/or timing. Only the fields you pass are changed.

Get the index from label_list. Renaming a label is label_edit(index, text="..."); moving one of its boundaries is label_edit(index, start=...).

Args: index: Flat label index from label_list text: New label text. Default: unchanged start: New start time in seconds. Default: unchanged end: New end time in seconds. Default: unchanged

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
textNo
indexYes
startNo
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description bears full responsibility for disclosing behavior. It explains the default behavior ('Only the fields you pass are changed') and the default for each parameter ('unchanged'). However, it does not mention any side effects, error conditions, or what happens with invalid indexes. It also does not state whether the operation is reversible or if it returns anything. This is a mutation tool with no annotations, so more disclosure would be beneficial.

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?

The description is well-organized with an introductory sentence, a prerequisite note, usage examples, and a clear Args list. It is concise, front-loaded, and every sentence adds value. The structure makes it easy to scan and use.

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 simple edit tool with four parameters and no output schema, this description covers all essential aspects: how to obtain the index, which fields can be changed, and their default semantics. It lacks explicit mention of error handling or whether both start and end can be changed simultaneously, but these are minor given the clear 'fields you pass are changed' statement. The tool is adequately specified for correct usage.

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?

The description provides thorough explanations for all four parameters. It details 'index' as a flat label index from label_list, and defines 'text', 'start', and 'end' with units and default behavior. This goes well beyond the bare schema (which has 0% coverage), effectively compensating for the lack of schema-level descriptions.

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 clearly states the tool's function: 'Edit an existing label's text and/or timing.' It specifies the resource (labels) and the actions (text and timing change). It also gives concrete usage examples, making it easy to distinguish from siblings like label_add or label_delete.

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 description provides clear guidance on how to use the tool: 'Get the index from label_list' is a prerequisite, and the examples show how to call it. However, it does not explicitly mention when NOT to use it (e.g., when creating a label), but the context is strongly implied. It offers enough direction for an agent to know it is for editing existing labels.

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