list_recruiting_vacancies
List recruiting vacancies with filters for archived, name, type, company, and limit. Each vacancy includes both raw ID and derived VCN identifier.
Instructions
List Recruiting vacancies as stable refs. Supports includeArchived, name query, type ID/name, company organization ID/name, and limit. Vacancy refs include both raw id and derived VCN- identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeArchived | No | Include archived vacancies (default: false). | |
| query | No | a string that will be trimmed | |
| type | No | a string that will be trimmed | |
| company | No | a string that will be trimmed | |
| limit | No | Maximum number of vacancies to return (default: 50). |
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. |