update_recruiting_applicant
Update applicant status, assignee, start date, or due date. Clear assignee or dates by passing null.
Instructions
Update applicant status, assignee, startDate, and/or dueDate. applicant accepts raw _id, APP-, or number; vacancy/candidate only disambiguate. Pass null to clear assignee, startDate, or dueDate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicant | Yes | ||
| vacancy | No | ||
| candidate | No | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| assignee | No | ||
| startDate | No | ||
| dueDate | No |
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. |