list_recruiting_candidates
List persons already designated as recruiting candidates. Use this to view existing candidates before updating their profiles or skills.
Instructions
List persons that already have the Recruiting Candidate mixin. Use set_recruiting_candidate_profile, add_recruiting_candidate_skill, or create_recruiting_applicant to recruit-enable an existing person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | a string that will be trimmed | |
| limit | No | Maximum number of candidates to return (default: 50). |
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. |