create_recruiting_review
Create a recruiting review to initiate an interview process for a candidate, configure title and date, and optionally add description, verdict, participants, and company details.
Instructions
Create a Recruiting review/interview like the Huly UI: increments RVE sequence, attaches to the candidate reviews collection, stores markdown description as Huly markup, defaults dueDate to 30 minutes after date, and recruit-enables the person if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate | Yes | a string that will be trimmed | |
| title | Yes | a string that will be trimmed | |
| date | Yes | ||
| dueDate | No | ||
| description | No | a string that will be trimmed | |
| verdict | No | a string that will be trimmed | |
| application | No | ||
| company | No | a string that will be trimmed | |
| location | No | a string that will be trimmed | |
| participants | 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. |