create_recruiting_vacancy
Creates a recruiting vacancy with name, description, type, company, location, due date, and privacy settings. Defaults owners to the current account and stores full description as collaborative markup.
Instructions
Create a Recruiting vacancy like the Huly UI: increments the vacancy sequence, stores fullDescription as markdown-backed collaborative markup, defaults members/owners to the current account, and creates vacancy type-data mixin {}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | a string that will be trimmed | |
| shortDescription | No | a string that will be trimmed | |
| fullDescription | No | a string that will be trimmed | |
| type | No | a string that will be trimmed | |
| company | No | a string that will be trimmed | |
| location | No | a string that will be trimmed | |
| dueTo | No | ||
| private | No | Whether the created or updated Recruiting object should be private. |
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. |