Skip to main content
Glama

select_tracks

Select one or more audio tracks in an Audacity project using a zero-based start index and track count.

Instructions

Select one or more tracks by index.

Args: track: Starting track index (0-based) count: Number of tracks to select

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
trackYes
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the 0-based track index and count, but does not disclose whether this replaces the current selection, extends it, or what happens with invalid indices. These are meaningful gaps for a selection-mutating tool.

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 short, front-loaded with the core purpose, and each sentence earns its place. The Args section cleanly explains both parameters without redundant prose.

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 core calling semantics are present, but behavioral context is incomplete given the lack of annotations and output schema. An agent still has to guess whether selection is additive or replacing and what response to expect, so this is at the minimum viable level.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It does: 'track' is defined as the starting 0-based index and 'count' as the number of tracks to select. This adds meaning beyond the bare integer schema, though constraints on valid ranges are not described.

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?

States a specific action ('Select') and resource ('tracks') with an explicit selection method ('by index'). It is clearly a selection tool from the sibling family, though it does not explicitly contrast itself with track_select or other select_* tools.

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?

No guidance is given about when to use this tool versus alternatives like select_all, select_none, or track_select. The description implies index-based selection, but it does not state exclusions or provide context for choosing it over sibling selection tools.

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