Skip to main content
Glama
AbyAbyss

ffmpeg-mcp-video-editor

by AbyAbyss

Job status

job_status
Read-onlyIdempotent

Check the current status and progress percentage of a queued ffmpeg job, with states queued, running, done, failed, or cancelled.

Instructions

Check how a queued job is progressing.

Returns one of queued, running, done, failed or cancelled, with a progress percentage parsed from ffmpeg's own output. Poll this after queueing work, then call job_result once the status is 'done'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesJob id returned when the work was queued.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
errorNo
job_idYes
statusYes
commandNoResolved ffmpeg command line, once the job starts.
messageNo
progressYesPercentage complete, 0-100.
elapsed_secondsNo
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable context by specifying that it parses ffmpeg output and returns a progress percentage, giving insight into how the status is determined beyond the annotation basics.

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?

Three concise sentences with no filler. The opening sentence states the purpose, the second explains the return behavior, and the third provides sequential usage guidance. Every sentence adds value.

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

Completeness5/5

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

Given the simple parameter set, rich annotations, and presence of an output schema, the description fully covers what an agent needs: what statuses to expect, that progress is included, and how to proceed. No critical information is missing.

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

Parameters4/5

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

Schema coverage is 100% for the single job_id parameter, with a clear description. The tool description reinforces that the job_id comes from queueing work, adding workflow context that complements the schema without redundancy.

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 explicitly states the tool checks a queued job's progress and lists the possible statuses (queued, running, done, failed, cancelled). It clearly distinguishes from siblings like job_result (getting final result) and cancel_job.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit workflow guidance: poll this after queueing work, then call job_result once status is 'done'. This clearly establishes when to use it and what to do next, differentiating it from the related result retrieval tool.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbyAbyss/ffmpeg-mcp-video-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server