Skip to main content
Glama

label_import

Import audio labels from a text file into Audacity by providing the absolute file path, making label data available for editing.

Instructions

Import labels from a text file.

Args: path: Absolute path to the labels text file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full responsibility for behavioral disclosure. It says 'Import labels', which implies a project-mutating operation, but it does not state whether existing labels are replaced or appended, what file format is expected, or whether the operation is reversible/only. This is a meaningful gap for an import action.

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 extremely tight: one sentence states the operation, and the Args section gives exactly one line for the single parameter. There is no redundancy or irrelevant content, and the key action is front-loaded.

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?

For a one-parameter import tool, the description provides a minimally viable call contract: pass an absolute path to a label text file. However, it omits important contextual details such as whether labels are added to the existing project, whether they replace existing labels, what label file syntax is expected, and what response or errors the agent can expect. With no annotations or output schema, this leaves some uncertainty for the calling agent.

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 schema only gives the property title 'Path' with no description, leaving 0% schema coverage. The description's Args section fully compensates by explaining that path must be an absolute path to the labels text file, defining both the required type constraint and the resource it points to.

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 clearly states the operation ('Import labels') and the input source ('from a text file'), giving an agent a solid grasp of the tool's core purpose. It does not explicitly contrast with sibling label tools such as label_export or label_add_batch, though the file-based import is enough to infer some separation.

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 choose label_import over alternatives. The sibling list includes many label-related tools, but the description does not mention use cases, exclusions, or related tools, leaving the agent to guess when this import path is the right one.

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