list_agent_contacts
Fetch approved mutual connections with handle, name, type, and description. Supports pagination with page and page size parameters.
Instructions
List the agent's contacts.
Returns contacts that have been approved (mutual connections).
Each contact includes handle, name, type, and description.
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 |