Fill Debeka Credentials
debeka_fill_credentialsEnter your Servicenummer, birth date, and name into the open Debeka Leistungsauftrag form to autofill all personal data fields accurately.
Instructions
Fills in all personal data fields on the Debeka Leistungsauftrag form.
This tool enters your credentials into the open Debeka form. Make sure to call debeka_open_page first.
Args:
servicenummer (string): Your Debeka Servicenummer (e.g., '2267092.1')
geburtsdatum (string): Your birth date (DD.MM.YYYY or YYYY-MM-DD format)
vorname (string): First name of the insured person
nachname (string): Last name of the insured person
telefon (string, optional): Phone number for contact
Returns: Success message if credentials were entered, or error details.
Example: servicenummer="2267092.1", geburtsdatum="25.06.1974", vorname="Jyn", nachname="Schultze-Melling", telefon="+4917672825190"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| telefon | No | Phone number for contact (e.g., '+4917672825190') | |
| vorname | Yes | First name of the insured person | |
| nachname | Yes | Last name of the insured person | |
| geburtsdatum | Yes | Birth date in format DD.MM.YYYY or YYYY-MM-DD | |
| servicenummer | Yes | Your Debeka Servicenummer (e.g., '2267092.1') |