qrz_logbook_fetch
Query QSO records from a QRZ logbook using optional filters such as band, mode, callsign, DXCC entity, date range, and confirmed status. Automatically paginates to retrieve up to the specified limit.
Instructions
Query QSOs from a QRZ logbook with optional filters.
Transparently paginates to collect up to limit records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona | Yes | Persona name configured in adif-mcp. | |
| band | No | Filter by band (e.g., '20m'). | |
| mode | No | Filter by mode (e.g., 'FT8'). | |
| callsign | No | Filter by contacted station. | |
| dxcc | No | Filter by DXCC entity code. | |
| start_date | No | Date range start (YYYY-MM-DD). | |
| end_date | No | Date range end (YYYY-MM-DD). | |
| confirmed_only | No | Only return confirmed QSOs. | |
| limit | No | Maximum records to return (default 250). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||