KMB Bus
find_stop_by_name
Find bus stops matching a name or partial name. Args: stop_name: Full or partial name of the bus stop to search for
Remote kennyckk/mcp_hkbus
Other tools also called find_stop_by_name?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"stop_name": {
"type": "string",
"title": "Stop Name"
}
}
}