list_recruiting_applicants
Retrieve recruiting applicants filtered by vacancy, candidate, or status. Accepts vacancy IDs, names, or candidate emails and names.
Instructions
List Recruiting applicants. Optionally filter by vacancy, candidate, and status. vacancy accepts raw _id/VCN-number/number/name; candidate accepts person _id/email/exact name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vacancy | No | ||
| candidate | No | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| limit | No | Maximum number of applicants 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. |