arch
Retrieve the machine architecture string to enable platform-conditional logic in agent workflows. Returns JSON.
Instructions
Return the machine architecture string (e.g., x86_64, aarch64). Read-only, no side effects. Returns JSON with the architecture name. Use for platform-conditional logic in agent workflows. Not for full system information — use 'uname' for kernel, hostname, and OS details. See also 'uname'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Write architecture without a JSON envelope. |