Skip to main content
Glama

Build influencer vault

build_influencer_vault
Destructive

Kick off an ASYNC build of an influencer's vault — the character/reference sheet plus on-camera stills, faceless 'phone-dump' b-roll, and short video clips that future snacks draw from. SPENDS CREDITS (≈25 per b-roll clip, plus a flat premium when starterBundle=true; the exact amount comes back as creditsReserved, and is refunded automatically on failure). Returns a build job immediately — poll get_influencer_vault_build with the returned id until status is 'completed'. BUILDS TAKE SEVERAL MINUTES; don't poll as if it'll be instant. For the very first build after create_influencer, pass starterBundle=true to charge the flat starter-vault bundle price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
turboNo
promptNoOptional steer for the build
brollCountNoNumber of short b-roll video clips to generate (each ≈25 credits)
resolutionNo
influencerIdYesInfluencer id from list_influencers
starterBundleNoFirst build after creation — charge the flat starter-vault bundle price
seedImageAssetIdNoSeed the character sheet from an approved look or attach_influencer_reference asset id. Prefer seedImageAssetIds.
staticSceneCountNoOn-camera static scene stills to generate
seedImageAssetIdsNoUp to 4 attach_influencer_reference asset ids of the SAME person from different angles (front, three-quarter, profile, full body). Gives the character sheet coverage a single frame cannot, so the whole vault holds the likeness.
facelessBrollCountNoFaceless lifestyle b-roll stills (POV / mirror / flat-lay)
generateReferenceSheetNoGenerate the multi-pose character sheet (the vault's identity anchor)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Goes well beyond the annotations by disclosing that the operation SPENDS CREDITS (≈25 per b-roll clip plus a flat premium when starterBundle=true), that the exact amount returns as creditsReserved, that it is refunded automatically on failure, and that builds take several minutes. Annotations only flag destructive/openWorld; the cost, refund, and latency behavior is the real added value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loads the core purpose and the credit warning, and every sentence carries information (async, cost, polling, duration, starter bundle). The caps emphasis and stacked clauses make it slightly dense, but there is no filler.

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?

With no output schema, the description carries the return contract adequately: it returns a build job immediately with an id to poll. Cost, refund, latency, and the polling channel are all covered, so an agent has everything needed to invoke and follow up correctly.

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 82%, so the schema already documents most parameters. The description still adds meaning beyond it by explaining starterBundle's first-build pricing semantics and reinforcing the per-clip credit cost of brollCount, though turbo, resolution, and prompt get no extra description-level context.

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?

States a specific verb (kick off an async build) and resource (influencer's vault), and enumerates exactly what the vault contains (character/reference sheet, on-camera stills, faceless b-roll, short clips). It also names the sibling polling tool get_influencer_vault_build, letting an agent distinguish it from generate_influencer_look or generate_influencer_studio_image without opening schemas.

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?

Gives explicit conditions: poll get_influencer_vault_build until status 'completed', and pass starterBundle=true for the very first build after create_influencer. It warns not to poll as if instant. It does not, however, contrast usage against adjacent generation siblings (generate_influencer_look, generate_influencer_snack), so exclusions are only partial.

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.

Resources