Skip to main content
Glama
Pdroinho

MotionDesign MCP

by Pdroinho

analyze_video_reference

Analyze reference videos to extract motion choreography, spring physics, bezier curves, and transition timing for replicating movement in web animations.

Instructions

ANÁLISE FORENSE DE VÍDEO: Analisa um vídeo de referência (.mp4, .webm) e extrai a coreografia de movimento, física de molas (stiffness/damping), curvas bezier e timing de transições.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlNoURL pública de um vídeo para análise.
video_pathNoCaminho local do vídeo ou gravação de tela.
analysis_focusNoFoco da análise: 'choreography' (coreografia), 'layout' (mudança estrutural) ou 'springs' (parâmetros de mola).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses supported formats (.mp4, .webm) and names the analysis outputs, which is useful. However, it does not mention whether the tool fetches remote URLs, handles large videos, or is read-only, and no error or limitation behavior is described.

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, dense sentence with no filler. The core purpose and output types are front-loaded, making it easy to scan and understand quickly.

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?

The description clearly lists expected outputs and supports formats, but it does not explain that at least one of video_url or video_path must be supplied, despite both parameters being formally optional. With no output schema and no annotations, this missing invocation constraint leaves the description slightly incomplete.

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 all three parameters well. The description adds some conceptual context by mapping outputs to analysis areas, but it does not provide additional parameter-level meaning beyond what the schema already states.

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 names a specific verb ('Analisa') and resource ('vídeo de referência'), and enumerates concrete extraction outputs: movement choreography, spring physics, bezier curves, and transition timing. This makes the tool's purpose unmistakable and easily distinguishable from its unrelated siblings.

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 clearly implies the tool is for video reference analysis and lists the supported formats, but it does not explicitly state when to prefer this tool over alternatives or when not to use it. Since all sibling tools are clearly unrelated, the usage context is still evident.

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