Skip to main content
Glama
mkammes

TriCaster MCP Server

by mkammes

list_sources

Lists all available TriCaster input sources by name, including inputs, DDRs, buffers, and graphics, so you can discover valid source names before switching program or preview.

Instructions

List all available input sources by name (inputs, DDRs, buffers, graphics, etc.). Use this to discover valid source names before calling switch_program or switch_preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/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 full burden. It discloses the conceptual return (source names) but doesn't detail format, ordering, or whether it reflects live state. Adequate but not rich for a discovery tool.

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 tight sentences, front-loaded with purpose then immediately followed by the actionable workflow cue. No waste.

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?

Given it's a zero-param discovery tool with no output schema, the description supplies the essential purpose and usage routing. Minor gap: no hint about what the returned names look like or whether they're stable identifiers.

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?

Zero parameters, so baseline 4. Description adds nothing needed beyond confirming no filtering is required.

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?

States a specific verb (List) and resource (input sources) with concrete examples of what a source is (inputs, DDRs, buffers, graphics). This clearly distinguishes it from the sibling switch_program/switch_preview tools, which it explicitly references.

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?

Explicitly states when to use it: 'to discover valid source names before calling switch_program or switch_preview.' This ties usage to a concrete prerequisite workflow, routing the agent correctly.

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