Skip to main content
Glama
smlhus1

datakilder-mcp

by smlhus1

Skolverket: finn skole

skolverket_skoler

Søker i det svenske skolenhetsregistret på skolenavn, valgfritt begrenset til én kommune. Søketekst er påkrevd: registeret har over 10 000 enheter.

Instructions

Søker i det svenske skolenhetsregistret på skolenavn, valgfritt begrenset til én kommune. Søketekst er påkrevd: registeret har over 10 000 enheter.

Kilde: Skolverket (skolenhetsregistret). Lisens: CC0 1.0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
søkYesDel av skolenavnet, f.eks. "Katedralskolan"
kommunkodNoFire sifre, f.eks. "0180" for Stockholm
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the behavioral disclosure burden. It does convey meaningful traits: a non-empty search term is mandatory, the search can be limited to one municipality, and the data source is Skolverket under CC0. It does not disclose matching behavior, result limits, pagination, or return shape.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: it states the search operation, the required-input rationale, and the source/license in just a few lines. Every sentence earns its place with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity search tool with two string parameters, the description provides enough to invoke it correctly: what to search, required input, optional filter, and data source. It omits return-value details, but those are not essential for making the call, and no output schema exists to set a higher expectation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already describes both parameters well: 'søk' as part of a school name and 'kommunkod' as a four-digit code. Schema description coverage is 100%, so the description adds little beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Søker'), resource ('det svenske skolenhetsregistret'), and search criteria ('på skolenavn') with an optional municipal filter. This clearly identifies a search operation over Swedish school units, but it does not explicitly differentiate from the similarly named sibling skolverket_skole.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives a concrete usage rule: search text is required because the registry has over 10,000 units, and it explains the optional kommune restriction. However, it provides no explicit guidance on when to use this tool instead of sibling tools or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smlhus1/datakilder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server