Tool tree
Book prescriptions, minor ailment consults and vaccinations at aakash pharmacy in 23-129- 1-A Tyagaraya Nagar Colony, Kothapet, Saroornagar, Sri Sai Shivani Complex, Kamala Nagar, Hyderabad,…
get_pharmacy_infoanswer
Get this pharmacy's name, location, contact details, and whether it is currently open.
View tool JSON
{
"name": "get_pharmacy_info",
"kind": "answer",
"impl": "imperative",
"description": "Get this pharmacy's name, location, contact details, and whether it is currently open.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}list_servicesanswer
List the services this pharmacy offers, such as vaccinations, minor-ailment consults, and prescriptions.
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "List the services this pharmacy offers, such as vaccinations, minor-ailment consults, and prescriptions.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}start_prescriptionact
Open the online prescription booking page for a given prescription type.
View tool JSON
{
"name": "start_prescription",
"kind": "act",
"impl": "imperative",
"description": "Open the online prescription booking page for a given prescription type.",
"inputSchema": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"new",
"refill",
"transfer",
"renewal"
],
"description": "The kind of prescription request."
}
},
"required": [
"type"
]
},
"page": "/"
}