set_recruiting_candidate_profile
Create or update a recruiting candidate profile for an existing person. Provide candidate identifier plus at least one of title, source, onsite, or remote.
Instructions
Create or update the Recruiting Candidate profile mixin on an existing person. candidate accepts person _id, email, or exact display name. Provide at least one of title, source, onsite, remote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate | Yes | a string that will be trimmed | |
| title | No | a string that will be trimmed | |
| source | No | a string that will be trimmed | |
| onsite | No | Whether the candidate is available for this work mode. | |
| remote | No | Whether the candidate is available for this work mode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |