get_recruiting_applicant_match
Fetch a recruiting applicant match by ID, returning candidate data, application state, vacancy text, summary, response markdown, and timestamps.
Instructions
Get one read-only generated Recruiting applicant match by raw applicant-match _id. Returns candidate, complete state, generated vacancy text, summary, response markdown, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | 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. |