Skip to main content
Glama

NS Travel Information Server

by KallivdH

get_station_info

Find detailed Dutch train station information including schedules, facilities, and accessibility for planning your NS railway journey in the Netherlands.

Instructions

Get detailed information about a train station

Input Schema

NameRequiredDescriptionDefault
queryYesStation name or code to search for
includeNonPlannableStationsNoInclude stations where trains do not stop regularly
limitNoMaximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "includeNonPlannableStations": { "default": false, "description": "Include stations where trains do not stop regularly", "type": "boolean" }, "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Station name or code to search for", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/KallivdH/ns-mcp-server'

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