Skip to main content
Glama
smlhus1

datakilder-mcp

by smlhus1

Hva gjelder på dette stedet?

sted_kontekst

Retrieve municipality, address, elevation, current weather, active warnings, and nearest stops for a coordinate in Norway. Use it to answer 'what applies here?' with one call instead of chaining multiple data sources.

Instructions

Ett kall som gir kommune, adresse, høyde over havet, været nå, gjeldende farevarsel og nærmeste holdeplasser for et koordinat. Bruk denne i stedet for å kjede sammen kartverket_*, met_* og entur_* når spørsmålet er «hva gjelder her?». Deler som ikke kunne hentes står i feltet «mangler».

Kilde: Stedskontekst (sammensatt av Kartverket, MET og Entur). Lisens: se de underliggende kildene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
timerNoVærtimer framover, standard 1
Behavior4/5

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

There are no annotations, so the description carries the burden. It discloses that the call aggregates data from Kartverket, MET, and Entur, and that failed sub-parts are reported in a 'mangler' field. This gives useful behavioral context without contradicting any structured data.

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

Conciseness4/5

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

The description is front-loaded with the core capability and usage, followed by failure behavior and source/license. Each part has a purpose, though the source/license sentence is background rather than invocation guidance.

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

Completeness3/5

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

The tool has no output schema and no annotations, so the description must cover both invocation and expected return shape. It lists the semantic output fields and the failure field, but not exact output keys, coordinate format, or the 'timer' parameter. Adequate but with clear gaps.

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

Parameters2/5

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

Schema description coverage is only 33% (only 'timer' is described), and the description does not compensate for lat/lon. It only says 'koordinat', without specifying coordinate format, order, or bounds. The description adds little beyond the parameter names.

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

Purpose5/5

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

The description states a specific verb and resource: one call that returns municipality, address, elevation, current weather, warnings, and nearest stops for a coordinate. It clearly differentiates itself from sibling tools by being an aggregator instead of a single-domain lookup.

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

Usage Guidelines4/5

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

The description explicitly tells the agent to use this tool instead of chaining kartverket_*, met_*, and entur_* when the question is 'what applies here?'. It names the alternatives and the triggering condition, but does not explicitly state 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