Skip to main content
Glama

chieflab_regenerate_visual_asset

P72 — regenerate a single visual asset (LinkedIn graphic, X graphic, landing hero, etc.) with a different style / fidelity / headline / model. USE WHEN a reviewer hits 'Regenerate' on a launch image in the Launch Room. Reads the original launch's brief from the run metadata, calls produceVisualAsset with the new parameters, and returns the updated asset shape (assetId, dataUrl, dimensions, prompt, mode). Does NOT auto-persist back to the run — caller decides whether to swap the asset in place (via runStore) or treat the regen as a parallel candidate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaNoOverride the CTA text.
seedNoOptional seed string for deterministic layout-hint picking.
modelNogemini-2.5-flash-image | gemini-3-pro-image-preview. Caller override; defaults to the model the brief's fidelity selects.
runIdYesLaunch run id that produced the original asset. Used to look up the LaunchIntelligenceBrief stored on the run.
styleNoclean | bold | editorial | playful. Defaults to 'editorial'.
assetIdNoOptional original assetId — when present, the regenerated asset reuses the id so the run viewer can swap in place.
channelYesChannel the asset is for (linkedin / x / email / landing_hero / etc.).
fidelityNoon_brand | polished | experimental. Defaults to 'on_brand'.
headlineNoOverride the headline rendered into the image.
brandColorsNoOptional {primary, accent, bg, text} hex override.
subheadlineNoOverride the subheadline.
workspaceIdNoOptional workspace id.

TDQS

A4.5/5.0
Behavior5/5

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

The description discloses key behavioral traits: it reads the original brief from run metadata, calls produceVisualAsset, returns a specific asset shape, and notably 'Does NOT auto-persist back to the run.' It also explains that the caller decides whether to swap or treat as a parallel candidate. With no annotations present, this fully carries the transparency burden.

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 dense but highly efficient: each sentence serves a purpose—purpose, trigger, internal behavior, return value, and persistence caveat. The key info is front-loaded, and no words are wasted.

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 12 parameters, nested objects, and no output schema, the description adequately covers the full workflow: input lookup, processing, return shape, and side-effect behavior. The return fields are explicitly listed, and the caller's decision point is clarified, making the tool usable without further context.

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 coverage is 100% with descriptions for all 12 parameters, so the baseline is 3. The description adds workflow context (e.g., reading the brief from run metadata, calling produceVisualAsset) but does not materially enrich individual parameter semantics beyond what the schema already provides. It mentions 'style / fidelity / headline / model' as regeneration targets, but these are already evident from the schema.

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 opens with a specific verb-resource pair: 'regenerate a single visual asset' and lists the exact adjustable dimensions (style, fidelity, headline, model). It also distinguishes this tool from siblings like chieflab_review_visual_asset by explicitly tying it to the 'Regenerate' action in the Launch Room.

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 gives an explicit trigger: 'USE WHEN a reviewer hits Regenerate on a launch image in the Launch Room.' It lacks an explicit when-not-to-use or alternative tool reference, but the use case is clearly scoped.

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.

TDQS

A3.8/5.0
Disambiguation2/5

Many tools have overlapping purposes (e.g., multiple launch and measurement tools), and the presence of aliases like chiefmo_* can confuse an agent. While descriptions are detailed, the sheer number of tools covering similar workflow steps makes it hard to distinguish the right one without careful reading.

Naming Consistency4/5

All public tools start with 'chieflab_' and mostly follow a verb_noun pattern (e.g., chieflab_approve_action, chieflab_set_company_profile). However, some internal names like 'chiefmo_*' appear as aliases, which slightly breaks consistency from the user's perspective.

Tool Count1/5

45 tools is excessive for a single MCP server. While the domain is broad, this many tools likely overwhelms agents and users. Most well-scoped servers have 3-15 tools; 45 indicates poor scoping and should be split into focused sub-servers.

Completeness5/5

The tool surface is extremely comprehensive, covering the full lifecycle from signup and installation to launch, approval, execution, measurement, next-move suggestions, manual fallback, and specialist delegation. No obvious gaps for the stated purpose of growth and distribution.

Resources