You're viewing a demo portfolio

Join the waitlist
PRSM

search_index

Active

Tool of mcp-devdocs-io

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-devdocs-io

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

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