Look Up Package Documentation
Fetch current documentation for any npm package without leaving your development environment.
Pull current documentation to understand what changed in a new library version before upgrading.
Quick answer: Use the Library Docs tool through ToolRouter to check for breaking changes before upgrading directly from Claude, ChatGPT, Microsoft Copilot, and OpenClaw — connect once, then drive it with plain-language prompts. No code required.
ToolLibrary DocsUpgrading a major dependency without checking the changelog is how production breakages happen. The API may have changed, a method may have been renamed, or a default behaviour may have been altered in a way that only surfaces at runtime. Reading through changelogs and migration guides manually takes time that most engineers skip under deadline pressure.
The resolve_library and get_docs skills fetch current documentation for any package, including changelogs, migration guides, and version-specific API references. You can ask about what changed between two versions, what the migration path looks like, and which parts of your existing code are affected.
Engineers planning major version upgrades, teams maintaining large dependency trees, and tech leads reviewing upgrade risk before a sprint all use this to make informed upgrade decisions without reading through GitHub release pages manually.
ToolRouterhttps://api.toolrouter.com/mcpClaude fetches current documentation and helps you assess upgrade risk. Tell it what version you are on and what version you are targeting — it retrieves the relevant migration notes, identifies the breaking changes that affect your usage pattern, and explains the migration steps in plain language.
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 current documentation to understand what changed in a new library version before upgrading. 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 docs for [package], specifically what changed in version [X]" Claude retrieves the changelog and migration guide
Claude, ChatGPT, Microsoft Copilot, and OpenClaw can all check for breaking changes before upgrading 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.