system/packages
Lists installed packages by auto-detecting the package manager (dpkg or apk) and supports filtering by name glob.
Instructions
Lists installed packages, auto-detecting the package manager (dpkg, apk; rpm-based systems aren't supported natively yet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Only packages whose name matches this glob or exact name (e.g. 'openssh-*', '*ssl*', 'curl') | |
| privileged | No | Set to true to run as root | |
| output_format | No | Desired output format (e.g. json, yaml, table, wide). Defaults to text |