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.
Claude 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.
ToolRouterhttps://api.toolrouter.com/mcpOnce connected (see setup above), use the Library Docs tool:
ChatGPT generates integration code from current documentation — it fetches the actual API reference before writing, ensuring the output uses real method signatures and not outdated patterns from training data.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the Library Docs tool:
Copilot fetches current documentation and generates integration code without you leaving the editor. The code is based on the real API — not cached training data — so it is more likely to work correctly when you run it.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the Library Docs tool:
OpenClaw generates integration code from current documentation as part of a larger workflow — fetch the docs, generate the integration, and output it as a file or push it to a repository as part of an automated scaffolding process.
npm install -g toolrouter-mcptoolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsOnce connected (see setup above), use the Library Docs tool:
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.