lpm_api_docs
Retrieve structured API documentation for any LPM package, including functions, classes, interfaces, type aliases, enums, and variables with signatures, params, return types, and descriptions. Understand a package's API before installing.
Instructions
Get structured API documentation for an LPM package — functions, classes, interfaces, type aliases, enums, and variables with signatures, params, return types, and descriptions. Use this to understand how to use a package before installing it.
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 docs for (defaults to latest) |