list_recruiting_vacancy_statuses
Retrieve applicant workflow statuses for a specific vacancy using its ID, number, or name. Statuses are defined by the vacancy's project type.
Instructions
List applicant workflow statuses for one vacancy. vacancy accepts raw _id, VCN-, bare number, or exact name. Statuses are read from the vacancy's ProjectType; they are workspace data, not hardcoded names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vacancy | Yes |
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. |