Skip to main content
Glama

create_generation_job

Destructive

Create a creative generation job for image, video, 3D, audio, campaign, or analysis, returning a brand-aware provider payload. Optionally submit it to a local runner for execution.

Instructions

Create a Raven creative generation job for image, video, 3D, audio, campaign, or analysis. Returns a brand-aware provider payload. If execute=true and RAVEN_CREATIVE_RUNNER is configured, Raven submits the job to that local runner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoRaven model slot or external provider model ID.
presetNoPreset ID from list_creative_presets.
promptYesCreative request.
channelNoTarget channel, e.g. TikTok, YouTube Shorts, blog, marketplace.
executeNoSubmit through RAVEN_CREATIVE_RUNNER now. Default false.
qualityNoRequested quality tier.
providerNoProvider label for the downstream runner.
objectiveNoBusiness or audience goal.
media_typeYesOutput type.
aspect_ratioNoTarget aspect ratio, e.g. 1:1, 16:9, 9:16.
output_countNoNumber of variants to request.
brand_profile_idNoLocal Raven brand profile ID.
duration_secondsNoVideo/audio duration.
reference_asset_idsNoLocal Raven creative asset IDs.
character_profile_idNoLocal Raven character profile ID.
Behavior4/5

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

Annotations indicate destructiveHint=true, so the agent knows it's a write operation. The description adds context about the return payload (brand-aware provider payload) and conditional submission behavior (if execute=true and runner configured), which goes beyond annotations.

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 three sentences, front-loaded with the core action, and every sentence adds value. No redundant or extraneous text.

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

Completeness4/5

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

For a tool with 15 parameters (2 required) and no output schema, the description covers the main purpose, return payload, and conditional execution. It provides sufficient context for an agent to understand the tool's role, though it could benefit from clarifying how it differs from other creative tools.

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 all 15 parameters are already well-described in the schema. The tool description mentions media types and media_type parameter but adds no new semantic information beyond what the schema provides. Baseline score of 3 is appropriate.

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 tool creates a Raven creative generation job for specific media types (image, video, 3D, audio, campaign, analysis) and mentions returning a brand-aware provider payload and conditional submission. This distinguishes it from sibling tools like list_generation_jobs or get_generation_job.

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

Usage Guidelines3/5

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

The description implies usage for creative generation but does not explicitly state when to use this tool versus alternatives like plan_creative_campaign or score_creative. No exclusions or alternative tool references are provided.

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/rhinocap/raven-mcp'

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