Search more results of one category
bus_search_moreRetrieve additional search results for a category from a previous bus search. Specify the city, keyword, and type (lines, stations, or POIs) to see more entries.
Instructions
Paginated 'see more' for one category from bus_search.
Args:
city_id (string, required)
keyword (string, required): same keyword used in bus_search
type ('1'|'2'|'3'): 1=more lines, 2=more stations, 3=more POIs (default '1')
response_format ('markdown' | 'json')
Returns: same shape as bus_search but only the requested category is populated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city_id | Yes | City ID, e.g. '034' | |
| keyword | Yes | Search keyword. Examples: '71', '71路', '地铁2号线', '陆家嘴', '人民广场'. Plain line numbers like '71' work fine. | |
| response_format | No | Output format: 'markdown' for human-readable text, 'json' for full structured data | markdown |
| type | No | Category: '1' more lines, '2' more stations, '3' more POIs | 1 |