Skip to main content
Glama

Create control surface

create_control_surface

Build a playable performance panel with vertical faders for parameters and buttons to recall or morph cues. Open in Perform/Panel mode for a touchable surface.

Instructions

Build a playable performance panel (a Container COMP of visual widgets) for live use, beyond the parameter dialog: vertical faders that drive parameters, and buttons that recall or morph to named cues (from manage_cue). Open the container in Perform/Panel mode for a touchable surface — faders move their parameters, cue buttons fire scenes (instantly or with a crossfade).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_pathNoControl COMP that holds the cues (manage_cue) and custom params. The surface is built inside it and its buttons fire that COMP's cues./project1
nameNoName of the panel container to build.surface
alignNoHow the panel lays out its widgets.horizlr
fadersNoVertical faders, each driving a parameter.
cue_buttonsNoButtons that recall or morph to named cues.
Behavior5/5

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

The description explains that the tool builds a panel and details the behavior of its components: faders drive parameters and cue buttons recall or morph to named cues with optional crossfade. It also mentions the panel should be opened in Perform/Panel mode. Annotations (readOnlyHint=false, destructiveHint=false, openWorldHint=true) are consistent with the description, and the description adds context beyond annotations about the container mode and cue firing behavior.

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: the first succinctly states the tool's purpose and components, the second provides usage guidance and behavioral detail. It is front-loaded with the main action, no redundant information, and every phrase earns its place.

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?

The description covers the tool's behavior, usage mode, and prerequisites (manage_cue). With 5 parameters all having defaults and schema coverage, the description is nearly complete. It lacks explicit error handling or what happens if a cue doesn't exist, but for a creation tool, this is adequate.

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 schema has 100% description coverage, so the baseline is 3. The description adds meaning by explaining that comp_path is the COMP holding cues from manage_cue, and that cue_buttons can have morph_seconds for crossfade. It also clarifies that faders are vertical and drive parameters, and that cue buttons fire scenes. This additional context justifies a 4.

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 it builds a playable performance panel containing vertical faders and cue buttons for live use, distinguishing it from a parameter dialog. It specifies the tool's purpose with specific verbs and resources, and among many create_* siblings, this one is uniquely for control surfaces.

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

Usage Guidelines4/5

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

The description indicates when to use the tool ('for live use, beyond the parameter dialog') and how to use it ('Open the container in Perform/Panel mode'). It references manage_cue as a prerequisite for cue buttons, providing context. However, it does not explicitly state when not to use this tool or list alternatives, though the sibling set includes create_control_panel which might be related.

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/Pantani/tdmcp'

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