{
  "schema": "https://agentprotocol.ai/agents.json/v1",
  "name": "Masters Live Tracker",
  "description": "Real-time Masters Tournament analytics — hole difficulty, leaderboard, pairings, weather, and course conditions at Augusta National Golf Club.",
  "url": "https://masters-live-tracker.pages.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "state_management": false
  },
  "default_input_modes": [
    "application/json"
  ],
  "default_output_modes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get-leaderboard",
      "name": "Masters Tournament Leaderboard",
      "description": "Returns the live leaderboard for The Masters at Augusta National. Includes player positions, total score to par, today's score, holes completed, and round-by-round breakdown for all competitors.",
      "tags": [
        "golf",
        "masters",
        "leaderboard",
        "scores",
        "live"
      ],
      "examples": [
        "Who is leading The Masters?",
        "What is the Masters leaderboard?",
        "How is Rory McIlroy doing at Augusta?",
        "Top 10 at The Masters right now"
      ],
      "endpoint": "https://masters-live-tracker.pages.dev/api/leaderboard",
      "method": "GET"
    },
    {
      "id": "get-scores",
      "name": "Hole Difficulty & Scoring Data",
      "description": "Returns hole-by-hole scoring data for Augusta National with difficulty ratings. Shows each hole's scoring average relative to par, birdie/bogey/eagle counts, and environmental impact (wind, green firmness, temperature) on play difficulty.",
      "tags": [
        "golf",
        "masters",
        "hole-difficulty",
        "scoring",
        "analytics"
      ],
      "examples": [
        "What is the hardest hole at Augusta today?",
        "How is Amen Corner playing?",
        "Hole difficulty at The Masters",
        "Which holes are playing under par?"
      ],
      "endpoint": "https://masters-live-tracker.pages.dev/api/scores",
      "method": "GET"
    },
    {
      "id": "get-pairings",
      "name": "Pairings & Tee Times",
      "description": "Returns pairings and tee times for a specific round (1-4) at The Masters. Each group includes player names, nationalities, current scores, tee time, and group scoring average. Use query param round=1 through round=4.",
      "tags": [
        "golf",
        "masters",
        "pairings",
        "tee-times",
        "schedule"
      ],
      "examples": [
        "What are the tee times for Round 2?",
        "Who is playing with Tiger Woods?",
        "Masters pairings for tomorrow",
        "What time does the last group tee off?"
      ],
      "endpoint": "https://masters-live-tracker.pages.dev/api/pairings",
      "method": "GET",
      "parameters": {
        "round": {
          "type": "integer",
          "description": "Round number 1-4",
          "required": false,
          "default": 1
        }
      }
    },
    {
      "id": "get-weather",
      "name": "Current Weather at Augusta National",
      "description": "Returns current weather conditions at Augusta National Golf Club: temperature (F), wind speed and direction, humidity, estimated green firmness, and environmental impact score on play. Data from Open-Meteo.",
      "tags": [
        "golf",
        "masters",
        "weather",
        "conditions",
        "augusta"
      ],
      "examples": [
        "What is the weather at Augusta?",
        "Wind conditions at The Masters",
        "How firm are the greens at Augusta today?",
        "Will weather affect play at The Masters?"
      ],
      "endpoint": "https://masters-live-tracker.pages.dev/api/weather",
      "method": "GET"
    },
    {
      "id": "get-forecast",
      "name": "Tournament Weather Forecast",
      "description": "Returns daily weather forecast for the full Masters tournament window (Thursday through Sunday) at Augusta National. Each day includes high/low temperature, wind speed, precipitation probability, humidity, estimated green firmness (firm/medium/soft), and overall playability difficulty rating.",
      "tags": [
        "golf",
        "masters",
        "forecast",
        "weather",
        "weekend"
      ],
      "examples": [
        "Masters weekend weather forecast",
        "Will it rain at Augusta on Saturday?",
        "Weather outlook for The Masters",
        "How will conditions change through the weekend?"
      ],
      "endpoint": "https://masters-live-tracker.pages.dev/api/forecast",
      "method": "GET"
    }
  ],
  "discovery": {
    "llms_txt": "https://masters-live-tracker.pages.dev/llms.txt",
    "llms_full_txt": "https://masters-live-tracker.pages.dev/llms-full.txt",
    "openapi": "https://masters-live-tracker.pages.dev/.well-known/openapi.json",
    "ai_plugin": "https://masters-live-tracker.pages.dev/.well-known/ai-plugin.json",
    "sitemap": "https://masters-live-tracker.pages.dev/sitemap.xml"
  },
  "provider": {
    "organization": "Masters Live Tracker",
    "url": "https://masters-live-tracker.pages.dev"
  }
}
