mimo-web-search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MIMO_API_KEY | Yes | MiMo API 密钥 | |
| MIMO_BASE_URL | No | API 基础 URL | https://api.xiaomimimo.com/v1 |
| REQUEST_TIMEOUT | No | 请求超时时间(毫秒) | 30000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mimo_web_searchA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity; the tool's purpose is clear and distinct.
The single tool name follows a consistent pattern (prefix + web_search), and with one tool, naming consistency is inherently perfect.
One tool is perfectly appropriate for a server dedicated solely to web search; no other functionality is needed.
The tool fully covers the server's purpose of searching the internet; there are no missing operations for this domain.