Has Capability
Pure read expression that checks a capability ID through the shared capability health/preflight path. Returns a boolean. It does not grant permissions or resolve a path. For Python package capabilities, pass importName when the module import name differs from the capability suffix.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
id | yes | expression | — | — |
importName | no | expression | — | — |
Notes
- Pure read expression that checks a capability ID through the shared capability health/preflight path.
- Returns a boolean. It does not grant permissions or resolve a path.
- For Python package capabilities, pass
importNamewhen the module import name differs from the capability suffix.