get_profile
Load your stored candidate profile to evaluate job postings against your qualifications. Returns the profile on success or an error if none exists.
Instructions
Return the stored candidate profile.
Use this to load the saved profile so you can score a job posting against it. Returns a structured error envelope (never raises) when no profile exists yet or the stored file is corrupt.
Returns: GetProfileResult with success=True and the profile on success, or success=False with error/message on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| message | No | ||
| profile | No | ||
| success | Yes |