agb_get_record
Retrieve one exact AGB registration by eight-digit AGB-code while preserving leading zeros; pass record_type to resolve ambiguous matches.
Instructions
Retrieve one exact AGB registration, preserving leading zeros.
Return found, not_found or ambiguous. For ambiguous, return candidates to retry with record_type. A found record includes identity, status, source_url and retrieved_at. Source failures are tool errors, never not_found responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agbcode | Yes | Eight-digit AGB-code. | |
| sections | No | Requested sections. Omitted means basisregistratie and kwalificaties; [] means identity and status only. | |
| record_type | No | zorgverlener (person), onderneming (business) or vestiging (location). Pass the type from search. If omitted, return alternatives when ambiguous; never choose the first match. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | No | ||
| outcome | Yes | ||
| candidates | No | Alternatives for an ambiguous lookup; retry with record_type. |