Skip to main content
Glama

Adobe Firefly Video Generate

firefly_generate_video

Generates videos in Adobe Firefly from a text prompt, with options for aspect ratio, duration, resolution, and camera motion. Requires manual Adobe sign-in in the browser session.

Instructions

Generate videos in Adobe Firefly using the existing persistent browser session. Requires manual Adobe sign-in in the browser profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoOptional seed value for reproducible generation.
modelNoOptional model selection, such as "Veo 3.1" or "Veo 3.1 Fast".
promptYesVideo prompt to send to Adobe Firefly.
durationNoOptional video duration, such as "4 seconds" or "8 seconds".
outputDirNoOptional output directory. Relative paths resolve under the MCP data dir.
resolutionNoOptional resolution, such as "720p" or "1080p".
aspectRatioNoOptional aspect ratio, such as "Widescreen (16:9)" or "Square (1:1)".
visualStyleNoOptional visual style, if supported by the model.
cameraMotionNoOptional camera motion style, if supported by the model.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the dependency on a browser session and manual sign-in, but does not cover failure modes, rate limits, or other behavioral traits. This adds some transparency but leaves gaps.

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 consists of two front-loaded sentences with no superfluous words. Every sentence adds essential information about the tool's purpose and prerequisite.

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?

With 9 parameters and no output schema, the description should clarify the return value (e.g., file path or URL) and explain parameter dependencies (e.g., model support for duration). It fails to address these, leaving the tool's behavior incomplete for an agent.

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?

All 9 parameters are fully described in the input schema with 100% coverage. The description adds no additional meaning beyond the schema, which is adequate. Baseline of 3 applies.

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 clearly states the verb 'generate' and resource 'videos in Adobe Firefly', distinguishing it from sibling tools like 'firefly_generate' (likely images) and 'firefly_remove_background'. It also mentions the browser session requirement, adding specificity.

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 specifies the prerequisite of a persistent browser session with manual Adobe sign-in, guiding when to use this tool. It does not explicitly state when not to use it or list alternatives, but sibling tool names provide sufficient context for differentiation.

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/peroxide-dev/adobe-firefly-mcp'

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