MCP server: append/partial-edit operations for Docs.
L
LKB's Claude Web
Feature request: finer-grained Doc editing operations in the MCP server
I use the ClickUp MCP connector with Claude as a personal knowledge base ("second brain"), with AI maintaining ClickUp Docs on my behalf. It works, but Doc editing has one big limitation: the only write operation for a page is full-content replacement.
This causes three real problems for AI-agent use cases:
- Cost/latency — appending one line to a page requires reading the entire page and re-sending the entire page. For large pages, that's ~2x the page size in tokens for a one-line change.
- Data-loss risk — read-modify-replace means a careless or concurrent write can silently destroy existing content. I've had real content loss from this.
- No concurrency safety — two agent sessions editing the same page can clobber each other with no warning.
Requested additions to the Docs tools:
- Append content to a page (top or bottom) without replacing it
- Partial edits (replace/insert relative to a heading or block)
- Optimistic concurrency on updates (e.g., reject the write if the page changed since it was read, like a version/etag check)
- Also valuable: page delete/archive, and move/re-parent pages — currently impossible via the connector
AI agents maintaining living documents is a fast-growing use case, and ClickUp Docs are close to ideal for it — these operations would close the gap.
Log In