create_recruiting_opinion
Add a recruiting opinion to a review, automatically increasing the opinion sequence and storing the description as Huly markup.
Instructions
Create a Recruiting opinion on one review. Increments the OPE sequence, attaches to the review opinions collection, and stores markdown description as Huly markup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review | Yes | ||
| value | Yes | a string that will be trimmed | |
| description | No | a string that will be trimmed |
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. |