Log in to your Document360 account to give feedback

Feature Request

Anonymous

Documentation-Wide Full-Text Search for MCP
Support for documentation-wide exact full-text search, batch article retrieval, and machine-readable export in the Document360 MCP app. This will enable efficient searches across large knowledge bases without having to retrieve articles individually. Problem statements Documentation-wide exact full-text search — Problem: the search tool is semantic-only, so a lookup for a known literal token (his placeholder tag, a code string, a product term) silently fails across the KB — the exact experiment that broke on the call. Solution: add an exact/literal (and regex) match mode to search that scans full article text across every category and version and returns all occurrences Return a scoped match list with URLs — Problem: his QA workflows start from a list, scoped to a whole category or the entire KB — not one article — and today no tool produces one. Solution: have search (or a new list-articles) return a structured list of matches — ID, title, URL, category/version metadata — with category/KB scope filters and a result-count limit, exactly the shape confirmed on the call. Currently Mintlify and Gitbook MCP server tools have solution to above problem statements. Please add this requirement to your MCP server tools backlog and prioritise. References https://www.mintlify.com/docs/ai/model-context-protocol#mcp-tools https://gitbook.com/docs/developers/gitbook-api/api-reference/spaces/space-content/full-text-search-across-all-pages-in-a-space
0
·
MCP
Complete article body retrieval needed for reliable MCP edit workflows
I’m using the Document360 MCP to retrieve and update Knowledge Base articles, and I’m running into an issue where long article bodies are not always returned in complete, usable form. I’m not sure whether the content is being truncated by the MCP server itself or collapsed somewhere between the MCP response and the client, but the practical effect is the same: I request an article, and the body I receive may be incomplete. This creates a problem for write workflows because article updates appear to require sending back the complete article body, rather than applying a small targeted patch. A typical flow looks like this: I call get_article for an article. The response includes metadata and body content, but a long middle section of the body may be omitted or collapsed. I need to make a targeted edit to one section. To save the update, I need to call update_article with the revised article body. Because I don’t have the complete original body, I either have to reconstruct the missing section or risk unintentionally changing/removing content outside the intended edit. After saving, I call get_article again to verify, but if the readback is also incomplete, I still can’t fully confirm that the article body was preserved. So the core issue is not just that long articles are harder to review. It’s that incomplete readback makes full-body replacement updates risky. If update_article requires replacing the full body, then get_article needs to provide the full body reliably. A few improvements would help a lot: Return the complete article body from get_article . If full bodies are too large, provide paginated or chunked body retrieval. Include an explicit is_truncated flag when content has been shortened. Support targeted patch-style updates for smaller edits. Preserve and expose the article’s content/editor type consistently during read and update operations. The MCP is very useful for documentation maintenance, but safe editing depends on being able to retrieve, modify, save, and verify the complete article content.
2
·
MCP
Load More