Search delivery addresses
address_searchSearch the address database to suggest valid zip/city entries or verify a combination. Uses the server-provided action from the profile response.
Instructions
Search the address database (zip/city) by following the server-provided addressSearchAction from the profile response. Use to suggest a valid address before address_upsert, or to verify a zip/city combination. Pass the action object verbatim from profile — never hand-craft it. Read-only; no confirmation token required (but the profile action needs a loaded access token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Zip or city query, e.g. '110 00' or 'Brno'. | |
| action | Yes | An AppAction object copied verbatim from a prior tool response (e.g. `profile`); it must contain form.meta.href. Never hand-craft URLs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| err | No | ||
| msg | No | ||
| data | No |