Skip to main content
Glama

get_session_info

Retrieve the current Ableton Live session state, including tempo, time signature, track counts, master track info, playback state, and loop settings.

Instructions

Get the current Ableton Live session state.

Returns tempo, time signature, track count, return track count, master track info, playback state, and loop settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
loopNo
tempoNo
is_playingNo
loop_startNo
master_panNo
loop_lengthNo
track_countNo
master_volumeNo
return_track_countNo
time_signature_numeratorNo
time_signature_denominatorNo
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It states what is returned but does not explicitly confirm that the operation is read-only or side-effect-free. The verb 'Get' implies safety, but the description does not add context about permissions or lack of mutation.

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 two sentences, front-loaded with the core purpose, and lists return fields efficiently. Every word earns its place with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simple nature (0 params, getter) and the presence of an output schema, the description sufficiently covers what the tool does and returns. It does not need to explain return format in detail since the output schema likely handles that.

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 tool has zero parameters, and the schema is empty with 100% coverage. The description does not need to explain parameters. Baseline for 0 params is 4, and the description focuses on return values, which is appropriate.

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 clearly states the tool's purpose with a specific verb ('Get') and resource ('Ableton Live session state'), and lists the exact data returned. It distinguishes itself from sibling getter tools by covering session-wide state rather than specific elements like tracks or scenes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving a broad session snapshot but does not explicitly mention when to use this over alternatives or list exclusions. It lacks guidance like 'Use get_track_info for detailed track data' or 'This returns all session-level state in one call.'

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/alaarab/livemcp'

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