simple-qqdocs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALL_PROXY | No | Proxy setting to avoid errors | |
| CDP_ENDPOINT | No | Browser CDP endpoint | http://127.0.0.1:9222 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| refresh_grid_boundariesB | 识别并刷新表格 canvas 坐标边界缓存(列标 ABCD、行标 1234) |
| get_cell_boundsA | 【默认】获取单元格边界(每次重新识别网格)。单格 A1 返回 [[x1,x2],[y1,y2]];范围 A1C2 或 A1:C2 返回 [[x1,x2,...],[y1,y2,...]] |
| quick_get_cell_boundsA | 【仅用户明确要求 quick/快速时】使用缓存坐标获取单元格边界,不重新识别网格 |
| click_cellA | 【默认】识别单元格位置并点击(每次重新识别网格) |
| quick_click_cellA | 【仅用户明确要求 quick/快速时】使用缓存坐标点击单元格,不重新识别网格 |
| input_cellA | 【默认】点击单元格并输入文本(每次重新识别网格) |
| quick_input_cellA | 【仅用户明确要求 quick/快速时】使用缓存坐标点击并输入,不重新识别网格 |
| get_canvas_snapshotA | 获取 .excel-container>canvas 截图(base64 PNG) |
| detect_gridB | 基础:识别行标/列标区域与 ABCD、1234 边界 |
| recognize_cell_textB | 基础:识别单元格文字,返回 {text,bcolor,fcolor}(背景/反色不敏感) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thetime50/simple-qqdocs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server