documesh.selatan.org
Documesh is a federated developer documentation search API and MCP server covering 47 sources (Cloudflare, Kubernetes, React, Stripe, PyTorch and more). Open REST API, OpenAPI spec, npm SDK, and…
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 3 · Transact 1 · Score: Not yet scored
Tool inspector
report_issue
Report a documentation problem (outdated/incorrect/misattributed). Queued as a proposal for review.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
source_id |
string | yes | — |
chunk_id |
string | yes | — |
issue_type |
string | yes | — |
detail |
string | yes | — |
suggested_fix |
string | no | — |
reporter |
string | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"source_id": {
"type": "string"
},
"chunk_id": {
"type": "string"
},
"issue_type": {
"type": "string",
"enum": [
"outdated",
"incorrect",
"misattributed",
"license-mismatch",
"broken-link"
]
},
"detail": {
"type": "string"
},
"suggested_fix": {
"type": "string"
},
"reporter": {
"type": "string"
}
},
"required": [
"source_id",
"chunk_id",
"issue_type",
"detail"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…