Skip to main content
Glama

AbletonMCP

by sharray2918

set_track_name_tool

Rename tracks in Ableton Live by specifying the track index and new name through AI-assisted music production with the MCP server.

Instructions

Set the name of a 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_name_toolArguments", "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/sharray2918/ableton-mcp'

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