list_recruiting_applicant_matches
Retrieve generated recruiting applicant matches. Filter by candidate, completion state, or vacancy summary to refine results.
Instructions
List read-only generated Recruiting applicant matches. ApplicantMatch fields are generated by Huly; this tool only reads them. Filter by candidate, complete state, vacancy/summary query, and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate | No | a string that will be trimmed | |
| complete | No | Filter generated applicant matches by Huly completion state. | |
| query | No | a string that will be trimmed | |
| limit | No | Maximum number of applicant matches 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. |