lpm_package_context
Evaluate an LPM package before installing by retrieving its condensed metadata, structured API docs, and LLM usage guide in a single call.
Instructions
Get complete context for an LPM package in a single call — combines condensed package metadata (name, version, description, install method, dependencies), structured API docs (functions, classes, types), and LLM usage guide (quickStart, patterns, gotchas). Use this BEFORE installing to evaluate and understand a package. If the package is already installed locally, prefer reading local files directly and use lpm_package_skills for usage patterns instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name in owner.package-name or @lpm.dev/owner.package-name format | |
| version | No | Specific version to get context for (defaults to latest) |