get_package_docs
Retrieve the actual documentation content, such as README or description text, for a specified package from PyPI, npm, or crates.io.
Instructions
Fetch actual documentation content for a package. Returns README or description text. Use get_package_info first to check version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Package name | |
| ecosystem | No | Language/ecosystem (auto-detected if omitted) |