Skip to main content
Glama
trondbjoroy

norway-location-transport-mcp

by trondbjoroy

Find shared vehicles nearby

find_shared_vehicles

Find free-floating shared vehicles like bikes, scooters, cars, and mopeds near a coordinate in Norway. Each result includes operator, type, battery level, and exact location.

Instructions

Find free-floating shared vehicles (city bikes, e-scooters, car share, mopeds) near a coordinate across all Norwegian operators (Entur Mobility). Each result shows the operator, type, battery, and location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoMaximum number of vehicles to return
range_mNoSearch radius in metres
latitudeYesLatitude in decimal degrees (WGS84)
longitudeYesLongitude in decimal degrees (WGS84)
form_factorsNoFilter by type. Common values: BICYCLE, SCOOTER, CAR, MOPED, CARGO_BICYCLE, OTHER.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior2/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 of behavioral disclosure. It does not state whether the tool is read-only, has any side effects, requires authentication, or has rate limits. It only describes the result shape, leaving the safety and operational profile undisclosed.

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?

Two sentences with zero waste. The main purpose is front-loaded, and the result fields are listed efficiently. Every word contributes to clarity.

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 description covers the essential purpose and result shape, but it lacks details on ordering, pagination, or behavior when no vehicles are found. Without an output schema, these gaps could matter, though the basic result fields are stated. It's adequate but not complete.

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 description coverage is 100%, so the baseline is 3. The description adds context about 'free-floating' and 'across all Norwegian operators', which clarifies the coordinate usage and the meaning of form_factors (type filter), but it does not add significant parameter-specific details beyond what the schema already provides.

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 ('Find'), a specific resource ('free-floating shared vehicles'), a clear scope ('near a coordinate across all Norwegian operators'), and lists the fields returned. It clearly differentiates this from siblings like find_docking_stations (since it's free-floating, not docked) and find_stops_near (vehicles vs stops).

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 provides context that implies usage (find vehicles rather than stops or docking stations), but it does not explicitly state when to use this tool versus alternatives such as get_vehicle_positions or find_docking_stations. The 'free-floating' qualifier helps, but no exclusions or alternative routing are given.

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

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/trondbjoroy/norway-location-transport-mcp'

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