1. get_my_profile
Get your profile using environment variables with optional segment and score inclusion.
2. update_my_profile
Update properties of your profile with support for string, number, boolean, and null values.
3. get_profile
Retrieve a specific profile by ID and return full profile data from Unomi.
4. search_profiles
Search for profiles across firstName, lastName, and email fields with optional limit/offset parameters.
5. create_scope
Create a new Unomi scope with optional name and description for event tracking and profile updates.
6. get_tenant_info
Get information about the current tenant including details, version information, and key status (V3 only).
7. update_consent
Update a user's consent status using the modifyConsent event with GDPR-compliant expiration handling.
8. get_consent
Get specific consent information for a profile including status, timestamp, and metadata.
9. list_consents
List all consents for a profile with optional filtering by status and scope.