list_candidates
Retrieve candidates from Crelate with optional search filters and pagination controls.
Instructions
List candidates from Crelate.
Args: limit: Maximum number of candidates to return (default: 50) offset: Number of candidates to skip for pagination (default: 0) search: Optional search query to filter candidates
Returns: JSON string containing list of candidates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |