List Contacts
list_contactsGet all Google contacts for a specified user email. Supports sort orders (name, last modified) and pagination to handle large contact lists.
Instructions
List contacts for the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Maximum number of contacts to return (default: 100, max: 1000). | |
| page_token | No | Token for pagination. | |
| sort_order | No | Sort order: "LAST_MODIFIED_ASCENDING", "LAST_MODIFIED_DESCENDING", "FIRST_NAME_ASCENDING", or "LAST_NAME_ASCENDING". | |
| user_google_email | Yes | The user's Google email address. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |