Skip to main content
Glama

osc_get_scene_name

Retrieve the name of a saved scene from a digital mixer by specifying its scene number, enabling quick identification and recall of mixer configurations.

Instructions

Get the name of a saved scene

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sceneYesScene number (1-100)
Behavior2/5

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

With no annotations provided, the description carries full burden but only states the basic action without behavioral details. It doesn't disclose if this is a read-only operation, latency considerations, error handling (e.g., invalid scene numbers), or authentication needs. For a tool with no annotation coverage, this leaves significant gaps in understanding how it behaves.

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 a single, efficient sentence that front-loads the core purpose without unnecessary words. Every part ('Get', 'name', 'saved scene') contributes directly to understanding, making it appropriately sized for a simple retrieval tool with no wasted content.

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

Completeness3/5

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

Given the tool's low complexity (1 parameter, no output schema, no annotations), the description is minimally adequate but incomplete. It covers the basic action but lacks context on usage, behavioral traits, or integration with sibling tools. Without annotations or output schema, more guidance on what to expect (e.g., return format) would improve completeness for agent invocation.

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

Parameters3/5

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

Schema description coverage is 100%, with the single parameter 'scene' fully documented in the schema (type, range, description). The description adds no additional parameter semantics beyond implying scene retrieval, so it meets the baseline of 3 where the schema does the heavy lifting without extra value from the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get') and resource ('name of a saved scene'), making the purpose immediately understandable. It distinguishes from siblings like 'osc_scene_recall' or 'osc_scene_save' by focusing on retrieval rather than execution or storage. However, it doesn't explicitly contrast with similar tools like 'osc_get_channel_name', leaving some ambiguity about scope.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. For example, it doesn't mention if this should be used for checking scene names before recall operations or how it relates to 'osc_scene_recall'. The description assumes context without explaining prerequisites or typical workflows.

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/anteriovieira/osc-mcp-server'

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