Seoul Essentials
get_place_detail
Get full details of a specific place or subway station in Seoul by its ID. Args: id: The unique place ID (e.g., "toilet_00001", "pharmacy_001", "wifi_00001", "aed_00001", "tourist_info_01"). Returns: Complete place information including location, services, hours, and accessibility, or an error message if not found.
Remote do-droid/seoul-essentials
Other tools also called get_place_detail?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}