Skip to main content
Glama
mkammes

TriCaster MCP Server

by mkammes

start_record

Begin recording on a Vizrt TriCaster via the MCP server. Optionally set the recorder number; defaults to recorder 1.

Instructions

Start recording. Optionally specify recorder number (default: 1).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recorderNoRecorder number (default 1)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only restates the action and the parameter default, and does not disclose whether starting an already-recording session errors or is ignored, what permissions are needed, or what the call returns.

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?

Two short sentences, front-loaded with the core action and then the optional parameter detail. Nothing is wasted and the structure is appropriate for this simple tool.

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?

The tool is low-complexity and the schema fully covers the only parameter, but with no annotations and no output schema, the description could do more to explain state implications or expected behavior. It is minimally adequate but leaves behavioral gaps.

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% and the single 'recorder' parameter is fully documented in the schema. The description repeats the default but adds no new meaning beyond what the schema already provides, so the baseline of 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?

The description states a clear verb and resource: 'Start recording.' This distinguishes it naturally from siblings like stop_record and get_record_state. However, it does not explicitly differentiate its scope from related tools such as start_stream or explain which recorder is affected beyond the optional parameter.

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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention stop_record, get_record_state, start_stream, or any conditions or exclusions. Usage is only implied by the tool name.

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