hibob_get_company_named_lists
Resolve HiBob named-list items to IDs for position creation and updates. Fetch allowed values such as department, site, or employment type to ensure valid position fields.
Instructions
Look up the allowed values of HiBob's named lists.
Position fields such as department, site and employment type must be set to a list item from HiBob's named lists rather than to free text. This tool resolves those names to the IDs that hibob_create_position and hibob_update_position expect.
Args: list_name: A single list to fetch, or None for all lists.
Returns: str: JSON mapping list names to their items, each with an ID and a display name.
Examples: - "Which departments exist?" -> list_name='department' - Use before hibob_create_position to turn "Engineering" into its list item ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_name | No | Optional single list to fetch, e.g. 'department' or 'site'. Omit to return every named list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |