search_programs
Search Swedish high school programs and study paths to help students choose educational tracks, compare options, and explore specializations with official curriculum data.
Instructions
Sök efter gymnasieprogram och studievägar.
ANVÄNDNINGSFALL:
Studie- och yrkesvägledning
Hjälpa elever välja program
Jämföra olika studievägar
Utforska inriktningar och profiler
RETURNERAR: Lista över program med inriktningar, profiler och beskrivning.
EXEMPEL: För gymnasieprogram, använd schooltype="GY" och timespan="LATEST".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schooltype | No | ||
| timespan | No | ||
| typeOfSyllabus | No | ||
| studyPathType | No |
Input Schema (JSON Schema)
{
"properties": {
"schooltype": {
"_def": {
"description": "Skoltyp (t.ex. \"GY\" för gymnasium)",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"studyPathType": {
"_def": {
"description": "Typ av studieväg",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"timespan": {
"_def": {
"description": "Tidsperiod för program",
"innerType": {
"_def": {
"typeName": "ZodEnum",
"values": [
"LATEST",
"HISTORIC",
"ALL"
]
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodDefault"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeOfSyllabus": {
"_def": {
"description": "Typ av läroplan",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"type": "object"
}