Look Up Package Documentation
Fetch current documentation for any npm package without leaving your development environment.
Pull live library documentation and generate working integration code grounded in the current API.
Quick answer: Use the Library Docs tool through ToolRouter to generate integration code from current docs directly from Claude, ChatGPT, Microsoft Copilot, and OpenClaw — connect once, then drive it with plain-language prompts. No code required.
ToolLibrary DocsAsking an AI to write code that uses a third-party library without giving it the current documentation produces output that compiles but fails at runtime — wrong method names, deprecated patterns, or missing required arguments that changed in the latest version. The code looks plausible but is not grounded in what the library actually does today.
The resolve_library and get_docs skills fetch current documentation before generating code, ensuring the method signatures, configuration options, and import paths are accurate for the version you are using. The output is integration code you can trust to run, not just to compile.
Developers integrating new tools, engineers writing quick prototypes, and teams building internal tooling on unfamiliar libraries all use this to get working code on the first attempt rather than debugging hallucinated API calls.
ToolRouterhttps://api.toolrouter.com/mcpClaude fetches live documentation first, then generates code based on the actual current API. The output is grounded in real method signatures and configuration options — not training data that may predate the version you are using.
Once connected (see setup above), use the Library Docs tool — the same steps work with Claude, ChatGPT, Microsoft Copilot, OpenClaw, and any MCP client:
Pull live library documentation and generate working integration code grounded in the current API. Connect the Library Docs tool to Claude, ChatGPT, Microsoft Copilot, and OpenClaw through ToolRouter, then ask the assistant in plain language. For example: Ask: "Get the current docs for [package] then write me integration code that [describes what you need]" Claude fetches the documentation and generates code using accurate API calls
Claude, ChatGPT, Microsoft Copilot, and OpenClaw can all generate integration code from current docs using the Library Docs tool through ToolRouter, with no API keys or coding required.
Pull current documentation for any npm package or open-source library on demand.