Skip to main content
Glama

Drive StreamDiffusionTD

drive_streamdiffusion

Sets up a StreamDiffusion TD container in one shot: locates the .tox, wires a source TOP, applies prompt/strength/cfg/seed, and optionally broadcasts via Syphon/Spout or NDI.

Instructions

Wraps the community StreamDiffusionTD.tox (by dotsimulate) into a one-shot Layer 1 setup: locate the .tox via candidate-path discovery, drop it into a fresh baseCOMP, wire a camera/source TOP into its input, set the prompt/strength/cfg/seed custom pars, and optionally re-broadcast the output via Syphon/Spout or NDI. Returns a friendly error when the .tox is not installed. The result envelope includes validated_pars so downstream tools (create_ai_mirror) know which SD pars to bind a control panel to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cfgNoClassifier-free guidance scale. Low CFG (1–2) is normal for StreamDiffusion/LCM.
seedNoRandom seed. -1 = random per tox convention.
promptNoSets the Prompt custom par on the tox.a vibrant neon cyberpunk portrait, ultra detailed
t_indexNoSets Tindex (denoise step list index) when present; omitted = tox default.
strengthNoimg2img denoising strength — sets Strength par.
tox_pathNoOptional explicit absolute or project-relative override. When set, becomes the only candidate; standard discovery is skipped.
output_modeNointernal = Null TOP only. syphon_spout / ndi = adds an FM-01 sender wired from out1.internal
output_nameNoSender/source name when output_mode != 'internal'.tdmcp_streamdiffusion
parent_pathNoParent network for the fresh streamdiffusion_driver baseCOMP./project1
expose_controlsNoReserved for v2 — the tox already surfaces its own UI; this field is accepted but not acted on in v1.
source_top_pathNoFile system path to a video/image file to feed into the StreamDiffusionTD container (creates a moviefileinTOP). When omitted, a synthetic noise TOP is created for device-free preview.
controlnet_weightNoSets Controlnetweight when the par is present in the tox build.
Behavior4/5

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

The description adds meaningful behavioral details beyond the annotations: it creates a fresh baseCOMP, wires inputs, sets custom parameters, optionally rebroadcasts, returns a friendly error, and includes validated_pars in the result envelope. This aligns with the annotations (readOnly=false, openWorld=true, destructive=false) and provides useful operational context.

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?

The description is information-dense with three sentences and no filler. The first sentence is a bit long, but it efficiently covers the setup workflow, error handling, and output envelope. Breaking it into more digestible chunks could improve readability slightly.

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 the tool's complexity (12 parameters, no output schema, open-world external dependency), the description covers the key workflow, error behavior, and result envelope adequately. It does not describe every parameter, but the schema already does, so the description provides enough context for an agent to understand the tool's role and use it appropriately.

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%, so the schema already documents each parameter thoroughly. The description adds only a high-level grouping of prompt/strength/cfg/seed and mentions source/top wiring, but does not add new syntax or semantics beyond what is already in the schema.

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 tool wraps the StreamDiffusionTD.tox into a one-shot Layer 1 setup, enumerating concrete actions: locate .tox, create baseCOMP, wire input, set pars, and optionally rebroadcast. It distinguishes itself from sibling tools by mentioning downstream consumers like create_ai_mirror that rely on validated_pars.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context about when to use the tool: for one-shot setup of StreamDiffusionTD, with explicit behavior when the .tox is missing (friendly error). However, it does not explicitly state exclusions or alternative tools that should be used instead.

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