get_recruiting_review
Retrieve a recruiting review using its ID, RVE number, or exact title. Optionally disambiguate by specifying candidate or application.
Instructions
Get one Recruiting review by raw _id, RVE-, bare number, or exact title. Optional candidate/application disambiguate. Returns schedule, markdown description, verdict, participant refs, company, application, and opinion count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review | Yes | ||
| candidate | No | a string that will be trimmed | |
| application | 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. |