Get EU Skill/Occupation Details
jobs.skills.detailsRetrieve detailed ESCO occupation or skill data by URI, including descriptions, essential and optional skills, ISCO codes, and skill relationships.
Instructions
Get ESCO resource details by URI — occupation descriptions, essential/optional skills, ISCO codes, skill relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ESCO resource URI (e.g. "http://data.europa.eu/esco/occupation/..."). Get URIs from esco_search. | |
| type | No | Resource type: "occupation" or "skill". Default: "occupation". | |
| language | No | ISO 639-1 language code. Default: "en". |
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. |