get_curriculum_details
Retrieve complete Swedish curriculum documents with all sections, including core values, objectives, and educational frameworks for planning and analysis.
Instructions
Hämta komplett läroplan med alla avsnitt.
ANVÄNDNINGSFALL:
Läsa läroplanens värdegrund och uppdrag
Granska övergripande mål
Förstå skolformens ramar
Planera verksamhet
RETURNERAR: Hela läroplanen med alla kapitel och avsnitt.
EXEMPEL: code="LGR11" för grundskolans läroplan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| version | No |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"_def": {
"checks": [],
"coerce": false,
"description": "Läroplanskod (t.ex. \"LGR11\" för Läroplan för grundskolan 2011)",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"version": {
"_def": {
"description": "Versionsnummer (lämna tomt för senaste versionen)",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodNumber"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"code"
],
"type": "object"
}