list_my_contacts
Retrieves your active contacts with handle, email, and type details. Supports pagination for managing large contact lists.
Instructions
List the user's contacts.
Returns active contacts with their details including handle, email, and type.
Args:
page: Page number for pagination (optional).
page_size: Number of items per page (optional).
Returns:
JSON string containing the list of contacts.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |