qsw-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| read_urlB | 读取网页内容,返回标题、纯文本和 Markdown 格式(无登录状态) |
| read_url_browserA | 使用浏览器读取网页(支持登录状态、Cookie、SPA 页面) |
| read_clipboard_imageA | 从系统剪贴板读取图片并识别文字(OCR),支持中英文等多种语言 |
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 3 tools
read_url and read_url_browser both fetch web content, creating potential confusion; the browser variant's features like login and SPA support help distinguish them, but the overlap remains. read_clipboard_image is clearly distinct.
All tools follow a consistent 'read_' prefix with a clear object suffix (url, url_browser, clipboard_image), forming a predictable verb_noun pattern throughout the set.
With only 3 tools, the set is minimal but appropriately scoped for a content-reading utility covering two modes of web reading and OCR. It is slightly thin but not unreasonably so.
The domain of reading content is reasonably covered: simple URLs, browser-dependent URLs, and clipboard image OCR. Minor gaps like text clipboard reading or local file support exist, but core use cases are addressed.