zaragoza-bus-estimations
Check real-time bus arrival times at specific stops in Zaragoza using the DNDzgz MCP Server API. Simplify your commute by accessing accurate estimations directly.
Instructions
Get the estimation of when a bus arrives to a stop in Zaragoza in realtime
Input Schema
Name | Required | Description | Default |
---|---|---|---|
stop | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"stop": {
"type": "number"
}
},
"required": [
"stop"
],
"type": "object"
}