MCP/Tools/Profiles/get_profile
get_profile

Get a niche profile

Free

Fetch full details of a single niche profile by ID.

How it works

Returns the profile's full systemPrompt, researchSystemMessage, researchUserPrompt, and socialSystemPrompt. Useful for inspecting or copying a default profile into a custom one.

Inputs

Name
Type
Required
Description
profileId
string
required
Profile ID to fetch.

Returns

{ profile: NicheProfile }

Examples

Inspect a default profile

Agent shows the user what's inside the Automotive default before they decide to customize it.

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