web_video_ffmpeg
產生網頁背景影片壓縮的 ffmpeg 指令(H.264、VP9、AV1、poster)與 HTML video 語法。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| audio | No | ||
| input | No | ||
| width | No | ||
| output | No | ||
| quality | No |
產生網頁背景影片壓縮的 ffmpeg 指令(H.264、VP9、AV1、poster)與 HTML video 語法。
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| audio | No | ||
| input | No | ||
| width | No | ||
| output | No | ||
| quality | No |
Changes observed during successful MCP inspections.
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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.