Skip to main content
Glama
thetime50

simple-qqdocs-mcp

by thetime50

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALL_PROXYNoProxy setting to avoid errors
CDP_ENDPOINTNoBrowser CDP endpointhttp://127.0.0.1:9222

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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