jobs
List job roles from the academy. Filter users or skills by job ID to find those associated with a specific role.
Instructions
List job roles defined in the academy (e.g. Store Manager, Cashier, Trainer). Job IDs from this tool can be used as filters in the users and skills tools to find users or skills associated with a specific role.
Sub-actions:
list: List all job roles with optional search by title. Supports pagination.
Returns JSON: { data, _meta: { tool, action, returned, truncated? } }. When truncated is true, apply filters or pagination params to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The sub-action to perform: 'list' to retrieve job roles | |
| search | No | Search by job title (e.g. 'Manager'). Partial match supported. Used with list action. | |
| start | No | Starting position for pagination (e.g. 0). Used with list action. | |
| limit | No | Number of jobs to return per request. Default: 100. Used with list action. |