offload_to
Route a bash command to a specific cluster node (Linux x86_64, macOS ARM64) for architecture-specific execution or debugging.
Instructions
Explicitly route command to specific cluster node.
Use when you need to:
Run Linux-specific commands -> offload to macpro51
Test on specific architecture
Balance load manually
Debug node-specific issues
Available nodes:
macpro51: Linux x86_64 builder (docker, podman, compilation)
mac-studio: macOS ARM64 orchestrator
macbook-air: macOS ARM64 researcher
Parameters:
command (required): Bash command to execute
node_id (required): Target node ID
Returns execution result from specified node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |