find_jobs
Find jobs with common filters. Returns id (DB pk, use for navigation), job_number, title, status, schedule, technician + customer names, and service coordinates. Use search_freeform for filters this tool lacks (e.g. by city).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50, max 300). | |
| search | No | Match against job title or job_number. | |
| customer_id | No | customers.id to filter by. | |
| date_filter | No | Schedule window. | |
| status_filter | No | Semantic status group. | |
| technician_id | No | fp_users.userid to filter by primary technician. |