MCP/Tools/Profiles/set_active_profile
set_active_profile

Set the active niche profile

Free

Choose which profile is the default for new generations.

How it works

When you call generate_concepts_* without an explicit profileId, the active profile is used. This sets that default.

Inputs

Name
Type
Required
Description
profileId
string
required
Profile ID to make active.

Returns

{ activeId: string }

Examples

Switch active to automotive before a batch

Agent will run 10 generations for a car-buying client — sets active profile first.

{
  "profileId": "profile-1777862636833-ijz8fe"
}