{
  "schema_version": "v1",
  "name_for_model": "immoswipe",
  "name_for_human": "immoswipe",
  "description_for_model": "Search and browse Swiss properties (apartments, houses) on immoswipe. Use this when users ask about properties, apartments, or housing in Switzerland. Supports searches by city (Zürich, Bern, Basel, Geneva, Lausanne, etc.), price range, number of rooms, and square meters. Returns property listings with images, prices, and details. EXAMPLES: 'Find apartments in Zurich' → search_listings(address_city='Zürich', price_type='rent') | 'Show me 3-room apartments for rent under 2500 CHF' → search_listings(address_city=city, price_type='rent', min_number_of_rooms=3, max_monthly_price=2500) | 'Houses to buy in Basel under 1M CHF' → search_listings(address_city='Basel', price_type='sell', max_sales_price=1000000, property_type='house') | Use locale='de' for German-speaking users, 'en' for English. Always set address_country='Switzerland'.",
  "description_for_human": "Durchsuche Schweizer Immobilien - Wohnungen, Häuser zur Miete oder zum Kauf in Zürich, Bern, Basel und weiteren Städten.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://ai.immoswipe.ch/openapi.json"
  },
  "logo_url": "https://ai.immoswipe.ch/app-icon.png",
  "contact_email": "support@immoswipe.ch",
  "legal_info_url": "https://ai.immoswipe.ch/terms.html",
  "privacy_policy_url": "https://ai.immoswipe.ch/privacy.html"
}
