get_is_installed
Check if a binary or command is installed on a remote Linux host via SSH. Returns whether the command is callable, enabling verification of dependencies before execution.
Instructions
Checks whether a binary/command is installed and callable on a remote Linux host via SSH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| user | Yes | ||
| port | No | ||
| password | No | ||
| key_path | No | ||
| binary | No | ls | |
| timeout | No | ||
| accept_new_hostkey | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||