You're viewing a demo portfolio

Join the waitlist
PRSM

search_docs

Active

Tool of mcp-devdocs-io

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-devdocs-io

https://github.com/pipeworx-io/mcp-devdocs-io

2/7 registries
View full server →
search_docs — mcp-devdocs-io — PRSM MCP