search_docs
ActiveTool of mcp-devdocs-io
Find which documentation SETS exist whose NAME matches a substring (e.g. "python" → Python 3.x, "react" → React). Returns doc SETS, NOT their content — this does NOT look up a function/method/API name. To search inside a doc for an entry like "Array.map" or "fetch", use search_index (slug + query).
Parameters schema
{
"type": "object",
"examples": [
{
"query": "javascript"
},
{
"query": "react hooks"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Substring of a documentation-set name, e.g. \"javascript\", \"postgres\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-devdocs-io
https://github.com/pipeworx-io/mcp-devdocs-io
2/7 registries