get_recruiting_opinion
Retrieve a recruiting opinion using its raw _id, OPE- number, or bare number. Returns value, markdown description, counts of comments and attachments, parent review reference, and timestamps.
Instructions
Get one Recruiting opinion by raw _id, OPE-, or bare number. Pass review to disambiguate. Returns value, markdown description, comments/attachments counts, parent review ref, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opinion | Yes | ||
| review | 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. |