get_job_count
Retrieve total count of jobs, optionally filtered by status like open or closed.
Instructions
Get total count of jobs with optional status filter.
Args: status: Filter by job status (e.g., 'open', 'closed')
Returns: JSON string containing job count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |