Skip to main content
Glama
mkammes

TriCaster MCP Server

by mkammes

browse_media

Browse media files stored on a TriCaster; optionally supply a folder path to view its contents instead of the root.

Instructions

Browse available media files on the TriCaster. Optionally provide a path to browse a specific folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoOptional folder path to browse (leave empty for root)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/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 conveys that this is a browsing (non-mutating) operation by implication, but says nothing about permissions, return format, pagination, or whether the media library is live/recording state — significant gaps for a zero-annotation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, front-loaded with the core action before the optional parameter detail. Efficient, with only minor redundancy against the schema's own path description.

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?

For a simple one-parameter read tool this is roughly adequate, but with no output schema the description should hint at what browsing returns (file names, folders, metadata) rather than leaving result shape entirely unstated.

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 'path' parameter is already documented as optional with root fallback, so the description adds no semantic detail beyond what the schema states. 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+resource ('Browse available media files') scoped to the TriCaster, so an agent can distinguish it from sibling listing tools like list_sources or list_macros. It does not explicitly contrast itself with those siblings, which keeps it just short of a 5.

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?

The second sentence implies usage: call with no path for root, or supply a path for a specific folder. There is no explicit when-to-use/when-not guidance or reference to related media tools, so usage is only inferred.

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