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
verify_config
Diff the user's config file against the keys a source documents. Returns missing_keys (cited to docs) and unknown_keys (possible typos).
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
source |
string | yes | Source id (e.g. 'cloudflare') |
config_text |
string | yes | The config file contents |
config_query |
string | no | Optional docs query |
Raw JSON schema
{
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "Source id (e.g. 'cloudflare')"
},
"config_text": {
"type": "string",
"description": "The config file contents"
},
"config_query": {
"type": "string",
"description": "Optional docs query"
}
},
"required": [
"source",
"config_text"
]
}
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…