lpm_llm_context
Retrieve an LLM-optimized usage guide for any LPM package to understand its purpose, quick start code, exports, patterns, and pitfalls.
Instructions
Get an LLM-optimized usage guide for an LPM package — purpose, quickStart code, key exports with signatures, common usage patterns, gotchas, and when to use it. Use this to quickly understand how to use a package correctly.
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) |