update_recruiting_opinion
Modify the value and markdown description of a recruiting opinion, with option to clear the description.
Instructions
Update a Recruiting opinion value and/or markdown description. opinion accepts raw _id, OPE-, or number; review can disambiguate. Pass null for description to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opinion | Yes | ||
| review | No | ||
| value | No | a string that will be trimmed | |
| description | No | Non-empty markdown replacement text, or null to clear this rich-text field. |
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. |