Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | The URL of your Supabase project (e.g., https://YOUR_PROJECT.supabase.co) | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | Your Supabase service role key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cheapest_insurers | Findet die günstigsten Krankenkassen für ein bestimmtes Profil. Gibt die Top 5 zurück. |
| compare_insurers | Vergleicht mehrere Versicherer für ein bestimmtes Profil. |
| get_price_history | Zeigt die Preisentwicklung eines Versicherers über mehrere Jahre. |
| get_database_stats | Zeigt Statistiken zur Datenbank (Anzahl Einträge, verfügbare Jahre, Versicherer). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |