contact_list
List contacts with optional filters (status, favorite, company, tag, search). Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| search | No | Search contacts by name, company, or job title | |
| status | No | Filter by status | |
| company | No | Filter by company | |
| sort_by | No | Sort field (default: name) | |
| per_page | No | Results per page (default: 20) | |
| tag_name | No | Filter by tag name | |
| sort_order | No | Sort order (default: asc) | |
| is_favorite | No | Filter by favorite | |
| include_deleted | No | Include soft-deleted contacts in results (default: false) |