{
  "schema_version": "v1",
  "name_for_human": "NaturKompass Ecological API",
  "name_for_model": "naturkompass",
  "description_for_human": "Query curated ecological knowledge about plants, animals, native status, biodiversity claims, and garden recommendations for Central Europe.",
  "description_for_model": "NaturKompass provides structured, evidence-backed ecological data for Central European species. Use search_taxa to find species, get_native_status to check if a plant is native in a country, get_interaction_summary for pollinator/bird/larval-host relationships, recommend_plants for garden suggestions, audit_plant_list to assess a plant list for ecological suitability, check_biodiversity_claim to verify marketing claims (e.g. \"bee-friendly\", \"native\"), and explain_decision to get a transparent trace of any verdict. Never returns \"fully supported\" — all verdicts carry evidence-based caveats. Always include the disclaimer from each response in your reply.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://naturkompass.eu/api/v1/_openapi",
    "is_user_authenticated": true
  },
  "logo_url": "https://naturkompass.eu/images/logo-api-512.png",
  "contact_email": "api@naturkompass.eu",
  "legal_info_url": "https://naturkompass.eu/developer/legal"
}