{
  "name": "Railly — Rail Buddy",
  "description": "Real-time UK train companion covering every National Rail station. Live departure and arrival boards with platform numbers, delays, and cancellations. Full service tracking with calling points and current train position. Delay Repay compensation lookup with eligibility scoring and direct TOC claim portal links. Station facilities, accessibility info, and door-side predictions.",
  "url": "https://myrailbuddy.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Railly",
    "url": "https://myrailbuddy.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text", "text/plain"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "station-board",
      "name": "Station Departure and Arrival Boards",
      "description": "Live departure and arrival boards for any UK National Rail station. Returns real-time train times with platform numbers, estimated and actual departure/arrival times, delay minutes, cancellation status, operator names, and train status (on time, delayed, at platform, departed, cancelled). Supports filtering by destination or origin station, time-specific views, and bidirectional time-window browsing.",
      "tags": [
        "transport",
        "trains",
        "uk-rail",
        "national-rail",
        "departures",
        "arrivals",
        "live-times",
        "platform",
        "delays",
        "cancellations",
        "real-time"
      ],
      "examples": [
        "What trains are leaving from London Euston in the next hour?",
        "Show me the departures from Manchester Piccadilly to London",
        "When is the next train from Edinburgh Waverley to Glasgow Central?",
        "Are there any delays at King's Cross right now?",
        "What platform is the 08:30 to Brighton leaving from?",
        "Show arrivals at Birmingham New Street from London",
        "What trains called at Bristol Temple Meads between 07:00 and 08:00 this morning?"
      ]
    },
    {
      "id": "service-detail",
      "name": "Service Detail and Train Tracking",
      "description": "Full journey details for a specific train service. Returns the complete calling pattern — every stop with scheduled times, actual arrival/departure times, platform information at each stop, delay minutes per stop, cancellation status, and the train's current position along the route. Includes operator name, train formation data, and loading indicators showing which coaches are busiest.",
      "tags": [
        "transport",
        "trains",
        "uk-rail",
        "national-rail",
        "calling-points",
        "live-tracking",
        "journey",
        "stops",
        "train-status",
        "current-position",
        "loading"
      ],
      "examples": [
        "Where is the 17:30 from London to Manchester right now?",
        "Is the 08:15 from Cambridge to King's Cross running on time?",
        "What stations does the 10:00 from Glasgow to Edinburgh stop at?",
        "How delayed is my train to Southampton right now?",
        "Which coach of the 07:45 to Leeds is quietest?",
        "What platform will the 18:22 from Paddington arrive at in Oxford?"
      ]
    },
    {
      "id": "delay-repay",
      "name": "Delay Repay Compensation Lookup",
      "description": "Checks whether a journey between two UK stations on a given date was delayed enough to qualify for compensation under National Rail's Delay Repay scheme. Returns the arrival delay at the destination, the reason for the delay, eligibility score based on operator-specific thresholds (15, 30, or 60 minutes), claim deadline, and a direct link to the train operator's claim portal. Supports date ranges for checking multiple days of commuting history.",
      "tags": [
        "transport",
        "trains",
        "uk-rail",
        "national-rail",
        "compensation",
        "refunds",
        "delay-repay",
        "claims",
        "commuting",
        "passenger-rights",
        "history"
      ],
      "examples": [
        "Was my journey from Euston to Manchester on Tuesday delayed enough for a claim?",
        "Check my commute between Reading and Paddington for the last 14 days",
        "What's the deadline to claim for my delayed train last Monday?",
        "How much compensation can I get for a 45-minute delay on Avanti West Coast?",
        "Show me which of my commutes this month qualify for Delay Repay"
      ]
    },
    {
      "id": "station-info",
      "name": "Station Facilities and Information",
      "description": "Detailed information about any UK National Rail station. Returns station name, address, CRS code, and structured facility data including: ticket office opening hours, ticket machines, accessibility features (step-free access, induction loops, accessible toilets), waiting rooms, toilets, refreshment facilities, Wi-Fi availability, ATM, payphones, cycle storage, car parking, and taxi rank. Includes onward travel connections like bus services, metro links, and airport connections where available.",
      "tags": [
        "transport",
        "trains",
        "uk-rail",
        "national-rail",
        "stations",
        "facilities",
        "accessibility",
        "step-free-access",
        "ticket-office",
        "parking",
        "wifi"
      ],
      "examples": [
        "Is London Euston station step-free accessible?",
        "What facilities are available at Manchester Piccadilly?",
        "Does Edinburgh Waverley have a waiting room?",
        "What time does the ticket office at Clapham Junction close?",
        "Is there Wi-Fi at Reading station?",
        "Can I park my car at Bristol Parkway?"
      ]
    },
    {
      "id": "door-side",
      "name": "Door Side Prediction",
      "description": "Predicts which side the train doors will open at specific stations, based on platform layout data. Returns left or right door side with a confidence level. Covers 48 stations with 433 mapped platforms. Useful for commuters positioning themselves correctly on the platform to board or alight efficiently.",
      "tags": [
        "transport",
        "trains",
        "uk-rail",
        "national-rail",
        "platform",
        "doors",
        "boarding",
        "alighting",
        "commuting",
        "accessibility"
      ],
      "examples": [
        "Which side do the doors open at Euston platform 12?",
        "Where should I stand on the platform for my train to Liverpool?",
        "Will the doors open on the left or right at Birmingham New Street?"
      ]
    },
    {
      "id": "station-search",
      "name": "Station Search",
      "description": "Search and discover UK railway stations by name or CRS code. Returns matching stations with their full name, CRS code, and TIPLOC. Supports partial matching and fuzzy search for station names. Provides station metadata to enable further queries for boards, service details, or facility information.",
      "tags": [
        "transport",
        "trains",
        "uk-rail",
        "national-rail",
        "stations",
        "search",
        "discovery",
        "crs-code",
        "tiploc"
      ],
      "examples": [
        "What's the CRS code for London King's Cross?",
        "Find stations named 'Parkway'",
        "What's the nearest station to Heathrow Airport?",
        "List all stations in Birmingham"
      ]
    }
  ]
}
