Skip to main content
Glama

網頁動畫工具箱

web_video_ffmpeg

產生網頁背景影片壓縮的 ffmpeg 指令(H.264、VP9、AV1、poster)與 HTML video 語法。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo
audioNo
inputNo
widthNo
outputNo
qualityNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden and leaves the most important question unanswered: whether the tool merely emits a command string or actually runs ffmpeg and writes files. No permission needs, no side effects, no reversibility, and no note on how output is returned are given.

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?

A single front-loaded sentence with zero filler; it states the deliverable and the variants in one pass. Nothing is redundant or padded.

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?

For a 6-parameter, zero-annotation, no-output-schema tool, the description is far too thin: no parameter mapping, no execution semantics, no return-value shape. It is complete only in identifying the domain, not in enabling a correct call.

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 description coverage is 0% across 6 parameters, so the description must compensate but adds nothing about fps, audio, input, output, width, or quality. Worse, it advertises codecs (H.264, VP9, AV1) that have no corresponding schema parameter, while the one enum (quality: high/balanced/small) is never explained.

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 names a specific verb and resource (generating ffmpeg commands) plus the concrete targets: H.264/VP9/AV1 codecs, a poster, and HTML video markup. No sibling tool does anything similar (they are all CSS/animation helpers), so differentiation is effectively achieved. It stops short of 5 only because it never states the output artifact form (a copy-pasteable command string vs. an executed render).

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?

There is no guidance on when to reach for this tool versus alternatives, no mention of required inputs or prerequisites (does a source video file already need to exist?), and no exclusions. The agent must infer the workflow entirely from the name and codec list.

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.

Resources