{
  "name": "OpenTennis",
  "description": "OpenTennis platform — browse tennis trips, find courts and venues, discover players and rankings, and access ladder competitions. All capabilities listed here are publicly accessible without authentication.",
  "url": "https://opentennis.net",
  "version": "1.0.0",
  "documentationUrl": "https://opentennis.net/.well-known/agent-card.json",
  "provider": {
    "organization": "OpenTennis",
    "url": "https://opentennis.net"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [],
    "credentials": null
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json", "text/markdown"],
  "skills": [
    {
      "id": "trips",
      "name": "Tennis Trips",
      "description": "Browse and search tennis travel packages and training trips. View trip details, itineraries, locations, and availability.",
      "tags": ["tennis", "trips", "travel", "training"],
      "examples": [
        "Show me available tennis trips",
        "Find tennis training camps in Spain",
        "What trips are available this summer?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    },
    {
      "id": "courts",
      "name": "Courts & Venues",
      "description": "Find tennis courts and venues by location. View court details, surface type, and location information.",
      "tags": ["tennis", "courts", "venues", "facilities", "map"],
      "examples": [
        "Find tennis courts near Warsaw",
        "Show me outdoor clay courts in Zurich",
        "Where can I play tennis in Krakow?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    },
    {
      "id": "players",
      "name": "Player Search & Profiles",
      "description": "Search for tennis players and view public player profiles including skill level, activity, and competition history.",
      "tags": ["tennis", "players", "profiles", "search", "rankings"],
      "examples": [
        "Search for tennis players in Warsaw",
        "Show me players at NTRP level 4.0",
        "Find players available for matches"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    },
    {
      "id": "ladder",
      "name": "Ladder Rankings",
      "description": "View ladder competition rankings and standings by city. Browse competitive tennis ladders open to the public.",
      "tags": ["tennis", "ladder", "rankings", "competition", "city"],
      "examples": [
        "Show the Warsaw tennis ladder",
        "What are the current ladder standings in Zurich?",
        "Find ladder competitions near me"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    },
    {
      "id": "level-tools",
      "name": "Tennis Level Assessment",
      "description": "Assess and understand tennis skill levels using NTRP ratings and the Swiss Tennis Level Scale. Use the level calculator to estimate a player's rating.",
      "tags": ["tennis", "ntrp", "level", "rating", "skill"],
      "examples": [
        "What is my NTRP level?",
        "Explain the Swiss Tennis Level Scale",
        "How is NTRP 3.5 defined?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    },
    {
      "id": "community",
      "name": "Community",
      "description": "Browse public community posts and discussions within the OpenTennis community.",
      "tags": ["tennis", "community", "forum", "posts"],
      "examples": [
        "Show recent community posts",
        "Find discussions about tennis tips"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    },
    {
      "id": "blog",
      "name": "Blog",
      "description": "Read tennis articles, guides, and news published on the OpenTennis blog.",
      "tags": ["tennis", "blog", "articles", "news", "guides"],
      "examples": [
        "Show me the latest tennis articles",
        "Find blog posts about serving technique"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json", "text/markdown"]
    }
  ]
}
