Skip to main content
Glama

Picorn Video: add media clip

picorn_video_add_clip

Add a video or audio clip to a Picorn timeline. Source URLs must use an approved public media host. Video positions are center coordinates; timing and trim values are frame-based.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
srcYes
kindYes
nameNo
sizeNo
volumeNo
slideIdYes
positionNo
posterUrlNo
projectIdYes
sourceFpsNo
transformNo
startFrameNo
trimEndFrameNo
durationFramesYes
trimStartFrameNo
sourceDurationFramesNo

TDQS

A3.6/5.0
Behavior4/5

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

Annotations only state readOnlyHint=false and openWorldHint=true. The description adds valuable behavioral detail: it is a mutable operation (add), requires approved media host URLs, and specifies coordinate and frame conventions. It does not mention error handling or side effects, but it goes beyond the annotations meaningfully.

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 three sentences long, with the first sentence immediately stating the core action and target. The second and third sentences efficiently add essential constraints and encoding details. No words are wasted.

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?

This is a complex tool with 16 parameters, nested objects, and no output schema. The description provides a few high-level constraints but does not explain required fields, return values, failure modes, or the semantics of many parameters. It is insufficient for an agent to confidently invoke the tool without further information.

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?

The input schema has no descriptions for any of its 16 parameters (0% coverage). The description compensates partially by explaining that positions are center coordinates and timing/trim values are frame-based, which clarifies parameters like position, startFrame, and trimStartFrame. However, many parameters (e.g., volume, size, transform, name) are left unexplained, so it only partially bridges the gap.

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?

The description clearly states the tool's verb and resource: 'Add a video or audio clip to a Picorn timeline.' It also highlights that positions are center coordinates and timing is frame-based. However, it does not explicitly distinguish itself from sibling tools like picorn_video_import_media, so it lacks full differentiation.

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 context by saying 'add... to a Picorn timeline,' and it provides a key constraint (source URLs must use an approved public media host). It does not explain when to prefer this tool over alternatives or when not to use it, especially given the sibling tool picorn_video_import_media.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or operation, with clear boundaries between image generation/editing and the many editor/video actions. Descriptions further clarify any potential overlap, making misselection unlikely.

Naming Consistency3/5

Most tools follow a verb_noun pattern, but the projects_* tools (create, inspect, update) reverse to noun_verb, and capabilities is a bare noun. This mixed convention is readable but not fully consistent.

Tool Count2/5

With 30 tools, the set exceeds the 25-tool threshold and feels heavy for an MCP server. While the broad scope justifies some size, many tools could be consolidated or split into focused servers.

Completeness3/5

Core image, editor, and video workflows are covered, but there are notable gaps such as no delete operations for editor/video projects, no update for video projects, and no lifecycle management for imported assets. These missing operations can create dead ends.

Resources