hibob_list_workforce_fields
List fields for a HiBob workforce planning object (position, positionOpening, or positionBudget) before searching or creating. Returns field IDs, types, and required status.
Instructions
List the fields available on a HiBob workforce planning object.
Call this before searching or creating anything: it returns the field IDs (such as '/position/fte') that every other tool in this server expects, along with each field's type and whether it is required.
Args: object_type: 'position', 'positionOpening' or 'positionBudget'.
Returns: str: JSON describing the available fields, as returned by HiBob.
Examples: - "What can I set on a position?" -> object_type='position' - "What does a budget need?" -> object_type='positionBudget' - Don't use when: you need the allowed values of a list field such as department or site (use hibob_get_company_named_lists).
Rate limit: 50 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | No | Which workforce planning object to describe. | position |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |