tencent-docs-form
Related Servers
Alternatives to tencent-docs-form
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables creation and management of Google Forms with support for all 12 question types, response collection, CSV export, and form publishing through OAuth-authenticated API access.2MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for reading, editing, and publishing Google Forms with the official Google Forms API. Enables AI agents to programmatically create, modify, and manage forms and responses.MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude to persistently manage Google Forms through a remote MCP server, including creating and editing forms, configuring quizzes and scoring, publishing or closing forms, and retrieving responses.-
- FlicenseAqualityCmaintenanceEnables MCP clients like WorkBuddy to connect to the WeChat Official Account API, supporting connection checks, article bundle validation, image uploads, and draft creation and querying, while leaving publishing to the author.41-
- FlicenseAqualityBmaintenanceEnables reading, creating, updating, and appending Feishu documents, as well as querying and updating Bitable fields and records via the MCP protocol.12-
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI assistants to read and write Tencent Docs (smart tables and online spreadsheets) directly, supporting CRUD operations on records and attachments.770MIT
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.