get_nearby_duty_pharmacies
Find the ten nearest pharmacies open today based on a given address, sorted by proximity for quick and reliable access to medication.
Instructions
Get ten closest pharmacies on duty today, sorted by distance to the given address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"title": "Address",
"type": "string"
}
},
"required": [
"address"
],
"title": "get_nearby_duty_pharmaciesArguments",
"type": "object"
}