{
  "name": "ASAP Living Berlin",
  "description": "Find and apply for furnished, all-inclusive apartments in Berlin. Typical stays 6-24 months. For professionals, expats, and international tenants. 140+ managed apartments across 10+ neighborhoods.",
  "url": "https://www.asapliving.de",
  "provider": {
    "organization": "ASAP Consulting GmbH",
    "url": "https://www.asapliving.de"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search-apartments",
      "name": "Search Apartments",
      "description": "Search available furnished apartments in Berlin by neighborhood, price range, number of bedrooms, and move-in date. Returns JSON with apartment details including coordinates, images, and pricing.",
      "tags": ["real-estate", "apartments", "berlin", "rental", "furnished"],
      "examples": [
        "Find furnished 2-bedroom apartments in Kreuzberg under 2000 EUR",
        "Show available apartments in Berlin with move-in date in May 2026",
        "List all apartments near Charlottenburg with at least 60 sqm"
      ]
    },
    {
      "id": "submit-application",
      "name": "Submit Application",
      "description": "Submit a rental application with applicant details. Can be linked to a specific apartment or submitted as a general inquiry.",
      "tags": ["application", "rental", "booking"],
      "examples": [
        "Apply for apartment recXXX with move-in date 2026-05-01",
        "Submit a general rental application for a 2BR in Mitte"
      ]
    }
  ]
}
