MCP/Tools/Library/get_generation
get_generation

Get a generation

Free

Fetch full details of a single generation — all concepts, image prompts, research, raw output.

How it works

Useful for re-rendering past concepts, exporting copy, or copying a concept into a variations call.

Inputs

Name
Type
Required
Description
generationId
string
required
Generation ID to fetch.

Returns

{ generation: Generation }

Examples

Re-render a past concept with a new brand

Agent pulls last week's concepts, swaps in a new brand context, regenerates images.

{
  "generationId": "iHpnreK8evLDS3L4bbEs"
}