find_stop_by_name
Search for Hong Kong KMB bus stops using a full or partial stop name to find relevant stop details quickly and accurately.
Instructions
Find bus stops matching a name or partial name.
Args:
stop_name: Full or partial name of the bus stop to search for
Input Schema
Name | Required | Description | Default |
---|---|---|---|
stop_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"stop_name": {
"title": "Stop Name",
"type": "string"
}
},
"required": [
"stop_name"
],
"title": "find_stop_by_nameArguments",
"type": "object"
}