search_queues
Search Polish NFZ waiting lists for a medical service in a province to get first-available dates and average wait times per provider.
Instructions
Search NFZ waiting lists (kolejki) for a medical service in a province. Returns the first-available date and average wait time reported by each provider. benefit is a partial (case-insensitive) match on the official service name — use search_benefits first if unsure. case: 1 = stabilny (routine), 2 = pilny (urgent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | No | 1 = stabilny (routine), 2 = pilny (urgent) | |
| limit | No | Max results to return (default 20, max 25 per NFZ API) | |
| benefit | Yes | Partial name of the medical service (e.g., 'PORADNIA KARDIOLOGICZNA') | |
| locality | No | Optional city filter (case-insensitive substring match on the response). | |
| province | Yes | 2-digit province code (see list_provinces). E.g., 07 = MAZOWIECKIE. |