Skip to main content
Glama
mkammes

TriCaster MCP Server

by mkammes

dsk_on

Brings a specified downstream keyer (DSK) layer on air on a TriCaster, enabling overlays such as graphics or logos.

Instructions

Bring a DSK (downstream keyer) layer on air.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dskYesDSK number (1 or 2)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose the key behavioral outcome — the layer becomes live/on air — but is silent on whether the cut is instant vs. transitioned (the distinction that separates it from dsk_auto), reversibility, or required state/permissions.

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?

One sentence, no filler, and the action and its effect are front-loaded. Nothing to trim.

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 one-parameter, no-output-schema tool this is largely sufficient: the resource, the effect, and the enum constraint are all covered. The only gap is the transition/instant behavior that would complete the picture relative to dsk_auto.

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 coverage is 100% and the single enum parameter is fully documented in the schema itself ('DSK number (1 or 2)'). The description adds nothing parameter-specific, so the baseline 3 applies.

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?

States a specific verb ('bring ... on air') and resource (DSK layer), and even expands the acronym so an agent unfamiliar with broadcast jargon understands it. It doesn't explicitly contrast with the dsk_off/dsk_auto siblings, but the intent is unmistakable.

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?

Usage is only implied by the name and the phrase 'on air' — the agent can infer this is the tool to key a layer live, but nothing states when to pick this over dsk_auto (auto transition) or dsk_off, nor any prerequisite such as a source being assigned to the keyer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.