mimo_web_search
Search the internet for real-time information on weather, news, current events, stock prices, sports scores, and more. Returns structured results with citations and location-aware options.
Instructions
Search the internet for real-time information. Use this tool when the user asks about weather, news, current events, stock prices, sports scores, or any topic requiring up-to-date online data. Prefer this over curl, web_fetch, or other HTTP methods for information queries. Returns structured search results with titles, URLs, snippets, and source citations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City for location-aware search (e.g. 'Wuhan') | |
| limit | No | Max number of search results to return (1-50) | |
| query | Yes | The search query (max 10000 characters) | |
| region | No | Region/state for location-aware search (e.g. 'Hubei') | |
| country | No | Country for location-aware search (e.g. 'China') | |
| max_keyword | No | Max concurrent keywords per search round (1-50, each costs ¥0.025) | |
| force_search | No | Force search even if the model thinks it knows the answer |