get_recruiting_candidate
Retrieve a recruiting candidate by ID, email, or display name to access profile fields, skills, application counts, and primary email.
Instructions
Get one Recruiting candidate by person _id, email, or exact display name. Returns profile fields, skills, application/review counts, and primary email when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate | Yes | a string that will be trimmed |
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. |