list_recruiting_candidate_skills
Retrieve all skill tags assigned to a recruiting candidate using their ID, email, or exact name.
Instructions
List skill tag references attached to one Recruiting candidate by person _id, email, or exact name.
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. |