Skip to main content
Glama

get_scene_info

Retrieve detailed information for an Ableton Live scene by its index, including scene name, color, tempo, time signature, emptiness, and clip count.

Instructions

Get detailed information about a specific scene.

Returns the scene name, color, tempo (if tempo_enabled), time signature (if available), is_empty flag (if available), and clip_count across all tracks.

Args: scene_index: Zero-based index of the scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scene_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
colorNo
indexNo
tempoNo
is_emptyNo
clip_countNo
time_signature_numeratorNo
time_signature_denominatorNo
Behavior3/5

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

With no annotations, the description must disclose behavior. It does detail the return fields and conditional availability (e.g., 'if tempo_enabled', 'if available'), but it doesn't mention what happens with an invalid scene_index or confirm it is a non-mutating read operation, though the name 'get' implies it.

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, starting with the purpose and using a clear 'Returns' section followed by an 'Args' line. Every word is informative 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?

For a simple one-parameter read operation with an output schema, the description covers the primary behavior, return fields, and parameter semantics. It falls short of explaining error handling or explicitly recommending when to use this tool, but the output schema compensates for return value details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only provides the type and title for scene_index with no description (0% coverage). The description compensates with an explicit definition: 'Zero-based index of the scene,' which adds crucial meaning that isn't present in the schema.

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 opens with a specific verb+resource ('Get detailed information about a specific scene') and enumerates the exact return fields (name, color, tempo, time signature, is_empty, clip_count). This clearly distinguishes it from sibling tools like get_scene_clips or get_scene_properties by specifying the exact payload.

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 scene details but does not explicitly state when to use this tool over related siblings like get_scene_properties or get_scene_clips. No exclusions or alternative conditions are mentioned.

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