capabilities
See what a device driver can do without a network call, so you can choose the right interface up front.
Instructions
List the capabilities the target's driver supports (read-only, offline).
Structural — makes no network call and runs no preflight; it answers "which
tools/actions can this device serve?" so you can pick the right interface up
front (a Redfish BMC has no video; a PiKVM has no BootProgress). Returned in
the capability enum's declaration order for stable output. live_evidence
additionally names which device+firmware combos this driver has real-hardware
run evidence for — structural support is not live verification; call
support_matrix for per-combo evidence and healthcheck for this exact
device+firmware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No |