Skip to main content
Glama

get_track_info

Retrieve detailed track information including name, type, mute status, and clips from Ableton Live sessions to analyze and manage music production projects.

Instructions

Get detailed information about a specific track.

Args:
    track_index: The index of the track (0-based)

Returns:
    Track details including name, type, mute status, and clips

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. While it mentions what information is returned (name, type, mute status, clips), it doesn't address critical aspects like whether this is a read-only operation, potential error conditions (e.g., invalid index), or performance characteristics. The description adds some value but leaves significant behavioral gaps.

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 perfectly structured and concise: a clear purpose statement followed by organized 'Args' and 'Returns' sections. Every sentence earns its place, with no wasted words, making it easy to scan and understand quickly.

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?

Given the tool's moderate complexity (single parameter, read-oriented operation) and the presence of an output schema (which handles return value documentation), the description is reasonably complete. It covers the purpose, parameter semantics, and return content at a high level. The main gap is the lack of usage guidance relative to sibling tools.

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?

The description adds meaningful context for the single parameter 'track_index' by specifying it's '0-based', which isn't captured in the input schema (which has 0% description coverage). This clarification is crucial for correct usage. However, it doesn't explain valid ranges or constraints beyond the 0-based nature.

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 tool's purpose with a specific verb ('Get') and resource ('detailed information about a specific track'), making it immediately understandable. However, it doesn't distinguish this tool from sibling tools like 'find_track' or 'select_track_by_index', which likely have related but different functions.

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?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'find_track' and 'select_track_by_index' available, there's no indication of when this retrieval tool is preferred over those other track-related operations, leaving usage context unclear.

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/Dysron/ableton-mcp'

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