tencent-docs-form
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TENCENT_DOCS_COOKIE | No | Cookie header for docs.qq.com. Alternative to browser cookie reading. Do not commit or share this value. | |
| TENCENT_DOCS_BROWSER | No | Browser to read cookies from. Supported: brave, chrome, chromium, edge, firefox, vivaldi. | |
| TENCENT_DOCS_USE_BROWSER_COOKIES | No | Set to 1 to enable reading docs.qq.com cookies from the browser. MCP does not scan browser data by default. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tencent_docs_inspect_formB | 读取收集表标题、发布状态、题型和当前账号权限;不修改任何内容。 |
| tencent_docs_replace_form_questionsA | 完整替换一份已存在的腾讯文档收集表题目,但不发布。 只允许创建者或管理员执行。调用后会回读草稿并比对标题、题序和题型。 |
| tencent_docs_publish_formA | 立即发布当前草稿,然后在不带登录 Cookie 的情况下回读公开版本。 |
| tencent_docs_build_and_publish_formA | 完整替换题目、保存匿名设置、发布,并以未登录请求验证公开版本。 适用于“建好后直接给我可预览链接”的完整流程。它会替换当前表单的所有题目。 |
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 4 tools
Each tool has a distinct action, but there is a triangle of overlap: replace_form_questions, publish_form, and build_and_publish_form (which combines replace + publish) could be confused when an agent wants to edit then publish. The descriptions do clarify that build_and_publish fully replaces questions while publish_form only publishes the current draft, keeping selections mostly predictable.
All names use the tencent_docs_ prefix in snake_case with an action_noun structure (publish_form, inspect_form, replace_form_questions). build_and_publish_form is a compound verb but still fits the readable pattern, so consistency is high with only a minor deviation.
Four tools is well-scoped for a focused form build/publish workflow and nothing feels trivial. However, build_and_publish_form is somewhat redundant as a convenience wrapper over replace_form_questions plus publish_form, so the set is slightly leaner than it needs to be.
The surface only supports editing/publishing existing forms, with no way to create a new form from scratch or delete one, and no tool to read submitted responses. Inspect and replace cover the core edit-publish lifecycle, but these notable gaps mean agents will hit dead ends for creation and response-reading tasks.