list_recruiting_opinions
Retrieve opinions for a recruiting review by review ID, number, or exact title, with an optional limit on the number of opinions returned.
Instructions
List Recruiting opinions for one review. review accepts raw _id, RVE-, bare number, or exact title. Opinion refs include OPE-, parent review ref, and opinion value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review | Yes | ||
| limit | No | Maximum number of opinions to return (default: 50). |
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. |