transit_status
InactiveTool of ai.dynamicfeed/dynamic-feed
Live transit service alerts & line status from connected GTFS-RT transit feeds — answer "is my line/service disrupted right now?". Coverage varies by agency as feeds are wired in; lines or services with an active alert are listed first. Use `only_issues=true` to cut to active disruptions. Args: query: match a line/system/description (e.g. "victoria", "detour"). system: filter by transit system/agency. city: filter by city. only_issues: only lines/services with an active alert. limit: max results. Envelope: this is a live transit probe, so measured_at = when WE last aggregated the freshest returned line (each row's `updated_at`); max_age 30 min covers the 15-min refresh slot, so a current board reads "live". An empty result (no matching line) yields unavailable.
Parameters schema
{
"type": "object",
"title": "transit_statusArguments",
"properties": {
"city": {
"type": "string",
"title": "City",
"default": ""
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 50
},
"query": {
"type": "string",
"title": "Query",
"default": ""
},
"system": {
"type": "string",
"title": "System",
"default": ""
},
"only_issues": {
"type": "boolean",
"title": "Only Issues",
"default": false
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries