Get Occupation Details
jobs.occupations.detailsRetrieve detailed occupation data from O*NET using a SOC code. Access overview, skills, knowledge, abilities, technology skills, and tasks for any occupation.
Instructions
Get detailed occupation info from O*NET by SOC code — overview, skills, knowledge, abilities, technology skills, tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | O*NET SOC occupation code (e.g. "15-1252.00" for Software Developers). Get codes from occupation_search. | |
| section | No | Specific section to retrieve. Omit for general overview (title, description, sample titles). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |