list_jobs
Retrieve a list of job positions from Crelate with optional filtering by status and pagination controls.
Instructions
List jobs/positions from Crelate.
Args: limit: Maximum number of jobs to return (default: 50) offset: Number of jobs to skip for pagination (default: 0) status: Optional filter by job status (e.g., 'open', 'closed')
Returns: JSON string containing list of jobs with id, name, status, location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |