Skip to main content
Glama

Create stage dashboard

create_stage_dashboard

Build a unified live-performance cockpit web page with cue launch buttons, master faders, a PANIC toggle, and live audio/VU readout, served from a Web Server DAT for phone and laptop access.

Instructions

Serve one unified live-performance cockpit from a Web Server DAT — a single responsive web page (phone + laptop) that combines a grid of cue-launch buttons (recall named cues from manage_cue on the target COMP), master faders bound to chosen parameters, a big PANIC button (toggles the target COMP's Blackout/Freeze safety pars, the create_panic mechanism), and a live readout strip (a beat indicator plus a VU bar reading an audio-features Null CHOP). Open the URL — no app to install — and the page POSTs every control change back to the server, which applies it. SECURITY: like the bridge and create_phone_remote, this listens on all interfaces and accepts writes with NO auth, so use it only on a trusted network. Store cues with manage_cue, expose params with create_control_panel, and run create_panic first so the Blackout/Freeze toggles exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoControl COMP the dashboard is built inside. It holds the cues (manage_cue) and the Blackout/Freeze toggles (create_panic); cue buttons fire that COMP's cues and the panic button toggles its safety pars./project1
portNoTCP port for the dashboard web server (keep it distinct from the bridge's 9980 and phone_remote's 9981).
cuesNoCue names (stored with manage_cue) to expose as launch buttons, in order. Each becomes a button that instantly recalls its cue on the target COMP. Empty omits the cue grid.
fadersNoMaster faders, each a { label, par_path } that becomes a slider writing the parameter live. Empty omits the fader bank.
audio_featuresNoOptional audio-features Null CHOP path for the readout strip's VU bar (first channel). When omitted the readout still renders (beat from the timeline, VU flat).
nameNoName of the Web Server DAT (and its callbacks DAT) built inside the target COMP.stage_dashboard
Behavior5/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, openWorldHint=true. The description adds substantial behavioral context: it creates a Web Server DAT and callbacks DAT, the page POSTs control changes back to the server, and it details security risks. No contradiction with annotations.

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 dense paragraph that efficiently covers purpose, components, security, and prerequisites. Every sentence contributes essential information without redundancy.

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?

For a tool with 6 parameters and no output schema, the description provides sufficient context to use it correctly. It explains the resulting dashboard's behavior, security requirements, and dependencies on other tools (manage_cue, create_control_panel, create_panic). No gaps are apparent.

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?

Schema coverage is 100%, but the description adds meaningful context beyond the schema. For example, it explains that the target COMP holds cues and safety toggles, that the port should avoid conflicts, and that cues become buttons that 'instantly recall' cues. This adds value, though the schema already provides good descriptions.

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: 'Serve one unified live-performance cockpit from a Web Server DAT' and enumerates the components (cue-launch buttons, master faders, PANIC button, live readout). It distinguishes from sibling tools like 'create_phone_remote' and 'create_control_panel' by referencing them in context.

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

Usage Guidelines5/5

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

The description explicitly states when to use (for a live-performance cockpit), security caveats ('listens on all interfaces and accepts writes with NO auth... use it only on a trusted network'), and prerequisites ('Store cues with manage_cue, expose params with create_control_panel, and run create_panic first').

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