search_index
ActiveTool of mcp-devdocs-io
Search WITHIN a documentation set for a specific entry (method/function/API/property) by substring — THIS is the content lookup. E.g. slug="javascript", query="Array.map"; slug="python", query="os.path". Get valid slugs from docs/search_docs.
Parameters schema
{
"type": "object",
"examples": [
{
"slug": "javascript",
"query": "array methods"
},
{
"slug": "react",
"limit": 5,
"query": "useState"
}
],
"required": [
"slug",
"query"
],
"properties": {
"slug": {
"type": "string",
"description": "The documentation set, e.g. \"javascript\", \"python\", \"react\"."
},
"limit": {
"type": "number"
},
"query": {
"type": "string",
"description": "The entry/term to find, e.g. \"Array.map\", \"fetch\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-devdocs-io
https://github.com/pipeworx-io/mcp-devdocs-io
2/7 registries