MCP/Tools/Research/generate_idea_seeds
generate_idea_seeds

Generate 10 creative direction seeds

Low cost

Just the 'creative directions' phase — returns 10 short {title, description} pairs to feed into generate_concepts_from_research.

How it works

Doesn't cost a generation credit (tracked as research). Lets the agent surface 10 different angles to the user, who can pick the ones they want to turn into full concepts in a second call.

Inputs

Name
Type
Required
Description
research
string
required
Research blob from research_url or your own context.
mode
'ads' | 'social'
optional
Default ads.
customInstruction
string
optional
Steer the directions.
brandId
string
optional
Brand context for the seeds.
profileId
string
optional
Profile context for visual constraints.

Returns

{ ideas: [{ title, description }], count: number }

Examples

Two-phase generation: ideas, then concepts

Agent gets 10 ideas, asks user to pick favorites, then calls generate_concepts_from_research with selectedIdeas.

{
  "research": "<research blob>",
  "brandId": "ectL5JsJKz55ItiFzEkB",
  "profileId": "profile-1777862636833-ijz8fe"
}