MCP/Tools/Library/list_generations
list_generations

List recent generations

Free

List the user's most recent generation runs (last 50 by default), most recent first.

How it works

Each entry is a concept-generation run (research + concepts). Use get_generation to fetch the full concepts + image prompts for a specific run.

Inputs

Name
Type
Required
Description
limit
integer (1–50)
optional
Default 20.

Returns

{ generations: GenerationSummary[], count }

Examples

Find the most recent run for a brand

Agent finds the latest generation matching a brand, then reuses concepts.

{
  "limit": 5
}