update_recruiting_vacancy
Update recruiting vacancy fields: name, description, type, company, location, due date, privacy. Pass null to clear a field.
Instructions
Update mutable Recruiting vacancy fields. vacancy accepts raw _id, VCN-, bare number, or exact name. Provide at least one field. Pass null for fullDescription, company, location, or dueTo to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vacancy | Yes | ||
| name | No | a string that will be trimmed | |
| shortDescription | No | a string that will be trimmed | |
| fullDescription | No | Non-empty replacement full vacancy description, or null to clear. | |
| type | No | a string that will be trimmed | |
| company | No | Replacement company organization ID or exact name, or null to clear. | |
| location | No | Non-empty replacement vacancy location, or null to clear. | |
| 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. |