Skip to main content
Glama

select_tracks

Select one or more audio tracks by starting index and count to target them for editing, effects, or cleanup in Audacity.

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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It states the basic selection operation and parameter meaning, but does not disclose whether the selection replaces the existing selection, whether tracks must already exist, or what happens on invalid indices. Silent on side effects beyond the bare selection 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 compact and front-loaded with the core purpose, followed by a clean Args block. Every sentence contributes necessary information, with no redundant or marketing language.

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 simple two-parameter selection tool, the description is moderately adequate but not fully complete. It does not explain selection replacement behavior, bounds, invalid track handling, or whether the count selection is contiguous, and there is no output schema or annotations to fill these gaps.

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 supply semantics for both parameters. It does: 'track' is clearly the starting index with 0-based convention, and 'count' is identified as the number of tracks to select. This is meaningful beyond the bare schema titles 'Track' and 'Count'.

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 uses a specific verb ('Select'), names the resource ('tracks'), and provides the indexing mechanism ('by index'). This clearly distinguishes it from sibling tools like select_all, select_none, select_region, and select_clip, which operate on different scopes or selection modes.

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. There is no mention of selecting all tracks, selecting clips, or using region-based selection, so the agent receives no explicit decision support for choosing among the many sibling selection tools.

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/Audacity4-MCP'

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