OpenWebSearch
search_local
Search Naver Local for restaurants, shops, and points of interest. Returns business name, address, phone, category, and map coordinates.
Remote naver/search
Other tools also called search_local?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sort": {
"enum": [
"random",
"comment"
],
"type": "string",
"description": "'random' (default) or 'comment' (sort by review count)."
},
"query": {
"type": "string",
"description": "Search query. Must be UTF-8 encoded."
},
"start": {
"type": "integer",
"maximum": 1,
"minimum": 1,
"description": "Result offset. Local search supports only start=1."
},
"display": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "Max 5 results per call for the local endpoint."
}
}
}