zaragoza-tram-stations
Find tram stations in Zaragoza by providing latitude and longitude coordinates. Access real-time station details and arrival estimations through the DNDzgz MCP Server API.
Instructions
Get all tram stations in Zaragoza
Input Schema
Name | Required | Description | Default |
---|---|---|---|
latitude | Yes | ||
longitude | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}