update_recruiting_review
Update a recruiting review by specifying the review identifier and modifying fields like title, description, verdict, or participants. Clear any field by passing null.
Instructions
Update a Recruiting review. review accepts raw _id, RVE-, number, or exact title; candidate/applicationContext only disambiguate. Pass null for description, verdict, application, company, or location to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review | Yes | ||
| candidate | No | a string that will be trimmed | |
| applicationContext | No | ||
| title | No | a string that will be trimmed | |
| description | No | Non-empty markdown replacement text, or null to clear this rich-text field. | |
| verdict | No | Non-empty replacement text, or null to clear this field. | |
| date | No | ||
| dueDate | No | ||
| application | No | ||
| company | No | ||
| location | No | Non-empty replacement text, or null to clear this field. | |
| participants | 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. |