MCP/Tools/Profiles/list_profiles
list_profiles

List niche profiles

Free

Return every niche profile (default + custom) plus the user's active profile ID.

How it works

Profiles are the AI personas that drive concept generation. Each has a system prompt, research template, and (optional) social-mode prompt. Defaults are read-only; custom profiles you create are editable.

Inputs

No inputs — call with an empty arguments object.

Returns

{ profiles: NicheProfile[], activeId: string }

Examples

Pick a profile for a new generation

Agent lists profiles, finds the automotive one, then sets it as active for the next call.

{}