persons_list_all_auto
Fetch all persons with automatic pagination. Apply filters by owner, organization, or name to get the complete list without manual management.
Instructions
Automatically fetch ALL persons using pagination.
This tool handles pagination automatically and returns all persons matching the filters. Use this when you need the complete list without managing pagination manually.
Warning: This can return a large dataset if you have many persons.
Supports the same filters as persons_list:
user_id: Filter by owner
org_id: Filter by organization
first_char: Filter by first character of name
filter_id: Apply a saved filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Filter by owner user ID | |
| org_id | No | Filter by organization ID | |
| first_char | No | Filter by first character of name (e.g., "A", "B") | |
| filter_id | No | Filter ID to apply | |
| sort | No | Field to sort by (e.g., "name", "email") |