Skip to main content
Glama

AbletonMCP

set_track_name

Rename a track in Ableton Live by specifying its index and providing a new name. Simplifies track management in music production workflows.

Instructions

Set the name of a track.

Parameters:

  • track_index: The index of the track to rename
  • name: The new name for the track

Input Schema

NameRequiredDescriptionDefault
nameYes
track_indexYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "track_index": { "title": "Track Index", "type": "integer" } }, "required": [ "track_index", "name" ], "title": "set_track_nameArguments", "type": "object" }

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

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