Skip to main content
Glama

Connect video stream receiver

connect_video_stream_receiver

Set up a video stream receiver in TouchDesigner for RTSP, HLS, SRT, or WebRTC ingest with stream maps and configuration notes.

Instructions

Create a Video Stream In TOP scaffold for RTSP, HLS, SRT, or WebRTC ingest with stream maps and setup notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNortsp://127.0.0.1:8554/live
modeNortsp
nameNoGenerated baseCOMP name.video_stream_receiver
activeNo
latency_msNo
parent_pathNoParent COMP for the Video Stream In scaffold./project1
Behavior4/5

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

Annotations declare readOnlyHint=false and openWorldHint=true, indicating a mutating creation operation, which the description aligns with ('Create a Video Stream In TOP scaffold'). The description adds value by specifying the protocol types and the inclusion of stream maps and setup notes, giving more concrete behavioral context beyond the 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 concise sentence that communicates the core purpose without redundancy. Every phrase adds information: the action, the target component, the protocol list, and the included artifacts.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 6 parameters and no output schema, the description is insufficient for an agent to understand how to correctly configure the tool. It does not explain parameter semantics, default behaviors, or what the scaffold will look like. While the annotations provide safety cues, the description leaves significant gaps for a tool with this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 33%, with descriptions only for 'name' and 'parent_path'. The description mentions protocols (RTSP, HLS, SRT, WebRTC) that map to the 'mode' enum, but it does not clarify the meaning or expected values for 'url', 'active', 'latency_ms', or 'parent_path'. Given the low schema coverage, the description fails to compensate for the lack of parameter clarity.

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 specific action ('Create a Video Stream In TOP scaffold') and resource, listing supported protocols (RTSP, HLS, SRT, WebRTC) and additional outputs (stream maps, setup notes). This distinguishes it from broader 'connect' siblings by naming the specific TOP type and purpose.

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 description implies usage for setting up video ingestion via a Video Stream In TOP, but it does not explicitly state when to use this tool versus alternatives like connect_webrtc_browser_input or other connect_* tools. There are no exclusions or alternative recommendations, leaving some ambiguity.

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/lucasmaher-hash/touch-designer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server