Skip to main content
Glama
peterkolbe

io.github.peterkolbe/ableton-for-ai

by peterkolbe

get_tracks

Retrieve full data for multiple Ableton Live tracks in one call. Analyze groups of tracks like drums or synths efficiently.

Instructions

BULK TRACK INSPECTION: Query full data for multiple tracks in a single call.

Parameters:

  • index_min: Starting track index.

  • index_max: Ending track index.

Returns an array of track objects, identical in structure to 'get_track'. Highly efficient for analyzing groups of tracks (e.g., all drum tracks).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
index_minYes
index_maxYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description clearly indicates a read operation (query) with no side effects, which is obvious from the context. However, lacking annotations, it does not explicitly confirm non-destructiveness or mention any rate limits, though the absence of such hints is acceptable for a simple retrieval 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 extremely concise, using a bold header 'BULK TRACK INSPECTION' for immediate attention, followed by a brief purpose, parameter list, return type mention, and a usage example. Every sentence adds value with no redundancy.

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 output schema exists, the description covers essential aspects: purpose, parameters, return type (identical to get_track), and a usage example. It lacks explicit details on index bounds or behavior for invalid inputs, but overall it sufficiently equips an agent for correct use.

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?

With schema description coverage at 0%, the description compensates by defining both parameters: index_min as start index and index_max as end index. This adds clear meaning beyond the bare integer type in the schema, though it could specify whether indices are zero-based.

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 explicitly states 'Query full data for multiple tracks in a single call,' providing a specific verb (query) and resource (tracks). It distinguishes from the sibling 'get_track' by focusing on bulk retrieval and mentions an example (all drum tracks), making the purpose unmistakable.

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 guides usage by stating it is 'highly efficient for analyzing groups of tracks,' implying it should be used when multiple tracks are needed. It contrasts with 'get_track' for single tracks but does not explicitly state when not to use it or mention alternatives like 'list_resources' for obtaining track indices.

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/peterkolbe/ableton-for-ai'

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