validate_command
Check if a command executable exists on the system path or as an absolute path. Returns availability status.
Instructions
Checks whether a command executable exists on the system path or as an absolute path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Executable name (e.g. node, npx) or absolute path to check. |