Skip to main content
Glama
3121n

@nor-data/nabolag-mcp

by 3121n

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.2.2

  • Disambiguation5/5

    Each tool targets a distinct domain: green areas, public transport, and traffic noise. There is no functional overlap, and the descriptions clearly differentiate their purposes.

    Naming Consistency5/5

    All three tools follow a consistent 'hent_<topic>' pattern (Norwegian for 'get'), making the tool names predictable and easy to understand as a set.

    Tool Count5/5

    With 3 tools, the server is lean but well-scoped for its purpose of providing core neighborhood data. Each tool addresses an important aspect without unnecessary bloat.

    Completeness4/5

    The set covers three essential urban environment aspects (green space, transit, noise). While additional tools (e.g., schools, amenities) could improve completeness, the current surface is sensible and actionable for typical queries.

  • Average 4/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 5 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It discloses data source, coverage completeness, and that 'no results' is reliable. However, it does not mention authentication, rate limits, or side effects. Missing details on output format beyond a high-level list.

    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?

    Three sentences are efficient and front-loaded with the main action. The inclusion of source and licensing information is slightly extraneous but does not hinder clarity. Could be more concise by omitting the last sentence.

    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?

    Given no output schema, the description provides a basic overview of return fields (stops with distance, transport modes, lines) but lacks structure or field types. For a tool with 4 parameters and moderate complexity, the description is adequate but not fully comprehensive.

    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?

    All 4 parameters have thorough descriptions in the schema (100% coverage). The description adds minimal extra context beyond what the schema already provides (e.g., coordinating system WGS84). Baseline of 3 is appropriate.

    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?

    Description clearly states the tool finds public transport stops around a coordinate (WGS84) and lists returned information (distance, transport modes, lines). It is distinct from sibling tools hent_grontareal and hent_stoysone.

    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?

    Description implies when to use (when stops near a coordinate are needed) but does not explicitly contrast with sibling tools or state when not to use it. No exclusion criteria or alternative suggestions are provided.

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

  • Behavior4/5

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

    No annotations provided, so the description must disclose behavioral traits. It explains approximations (park distance to nearest polygon corner), data source limitations (SSB covers primarily built-up areas), and search range (250m to 2km). It does not mention authentication or rate limits, but for a read-only tool this is fairly transparent.

    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 a single, well-structured paragraph that front-loads the main purpose, then details the two data sources and limitations. Every sentence adds value, and there is no redundant or extraneous information.

    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, so the description should clarify return values. It describes the two outputs (land type and park distance) and search range but does not specify the exact format (e.g., unit, type) or structure. Adequate but leaves some ambiguity.

    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?

    Schema coverage is 100% with each parameter having a brief description ('Breddegrad (WGS84)', 'Lengdegrad (WGS84)'). The tool description adds context on overall purpose but no additional parameter-level details. Baseline of 3 is appropriate.

    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?

    Description clearly states the tool retrieves green area information around a coordinate from two specific open data sources (FKB-AR5 land type and SSB park distance). The verb 'hent' (get) and resource 'grøntareal' are specific, and the tool is well-differentiated from siblings (transport, noise).

    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?

    The description explains the two data sources and their limitations (SSB polygons unnamed, rural areas no park) but does not explicitly guide when to use this tool versus alternatives like hent_kollektivdekning or hent_stoysone. Usage is implied rather than explicit.

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

  • Behavior5/5

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

    No annotations provided, so description carries full burden. It fully discloses limitations (coverage only for certain roads and areas), data source, and the meaning of 'no hit'. There are no contradictions.

    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?

    Description is concise with one main sentence and a parenthetical note for limitations. It is front-loaded with the primary function. Minor redundancy (e.g., 'Norsk' in source) but generally efficient.

    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?

    Provides substantial context on data coverage and limitations, but lacks explicit description of the return value format (e.g., boolean, zone type). Given no output schema, this is a notable gap for completeness.

    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?

    Input schema coverage is 100% with descriptions for lat and lon. The description adds no further parameter-level detail beyond the tool's purpose, which is already captured in purpose clarity. Baseline 3 is appropriate.

    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?

    Description clearly states the tool checks if a coordinate lies in road traffic noise zones, specifying the types of zones (støyvarselkart and strategisk støykart) and the data source (SVV Norstøy WMS). This is distinct from sibling tools for green areas and public transport.

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

    Usage Guidelines5/5

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

    Explicitly states coverage is limited to road traffic on ERF roads and city areas, and explains that 'no hit' could mean below threshold or outside scope. Also notes that rail and airport noise are available via separate WFS services, providing clear guidance on when not to use this tool.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

nor-data-nabolag-mcp MCP server

Copy to your README.md:

Score Badge

nor-data-nabolag-mcp MCP server

Copy to your README.md:

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/3121n/nor-data-nabolag-mcp'

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