Skip to main content
Glama

yenflow_stitch_video

Combine multiple video clips into a single output file, with optional audio track integration. Specify clip paths and an output destination to assemble scenes into a cohesive video.

Instructions

Alias for flow_stitch_video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_pathNo
clip_pathsYes
output_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.75.0

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations provided, the description carries the full responsibility for disclosing behavior, but it discloses none. It does not indicate whether the operation is read-only or destructive, whether stitching has side effects, what inputs are expected beyond schema names, or what the response contains.

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

Conciseness2/5

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

The description is short, which is efficient, but this is under-specification rather than genuine conciseness. It front-loads the alias information, but provides no substantive content that helps the agent select or invoke the tool.

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

Completeness1/5

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

For a tool with three parameters, no annotations, and no parameter-level documentation, this description is far from complete. The presence of an output schema cannot compensate for the total absence of purpose and behavioral information needed to call the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate by explaining the meaning and relationships of clip_paths, output_path, and audio_path. It makes no mention of any parameter, leaving the agent to infer semantics solely from the schema field titles and output schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description merely states that this tool is 'Alias for flow_stitch_video', which identifies a sibling relationship but does not describe what the tool actually does. It relies on the reader already knowing what flow_stitch_video is, and it mostly restates the name/identity in another namespace.

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?

No guidance is given about when to use this tool versus flow_stitch_video or any other sibling. The alias statement implies the tool behaves like flow_stitch_video, but it never states the intended use case, prerequisites, or conditions for choosing this alias.

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