ssh_command_alias
Create and manage local shortcut aliases for SSH commands. Map short names to full commands with add, remove, list, and suggest actions.
Instructions
Manages local shorthand aliases that map a short name to a full command string, stored in local config with no remote execution or side effects. The action selects behavior: add (requires both alias and command), remove (requires alias), list to show all aliases tagged as profile or custom, or suggest to return existing aliases matching a search term passed in the command field. Adding an existing alias overwrites it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| alias | No | Alias name (for add/remove) | |
| command | No | Command to alias (for add) or search term (for suggest) |