contacts_list
Retrieve the contact list for a specific alias using its CardDAV credentials. Authenticate with the alias email and password to access contacts, with optional pagination.
Instructions
List contacts for an alias (CardDAV). Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| limit | No | Results per page (default 100, max 10000) | |
| alias_password | Yes | Alias password from the alias_generate_password tool | |
| alias_username | Yes | Full alias email used as the auth username (e.g. me@example.com) |