Tool name: get-contact
Returns the permitted detail view of one contact in a KlickTipp account: email address and email subscription status, mobile number and SMS subscription status, contact fields for the requested reference, writable manual tag IDs and the edit link. A contact reachable on only one of the two channels is answered with the other one empty, and is found either way. Every field carries its data type, and the three that are stored as numbers are answered exactly as KlickTipp shows them on screen: a date as 16.09.2026, a moment as 16.09.2026 14:30, a time of day as 14:30, in the time zone the account is configured for. It does not expose complete channel or subscription-reference records.
Reference whose multi-value fields and manual tags to read; 0 for contact-wide values
{ "contactId": 1, "referenceId": 0, "accountId": null }
{ "accountId": 0, "contactId": 0, "email": "string", "subscriptionStatus": "string", "phoneNumber": "string", "smsSubscriptionStatus": "string", "referenceId": 0, "fields": [ { "fieldId": "string", "value": "string", "type": "string", "referenceId": 0 } ], "manualTagIds": [ 0 ], "editUrl": "string" }