Read a remote node's firmware version
get_node_versionRetrieve firmware version and build date from a remote repeater node. Equivalent to the admin <node> ver command, it provides firmware details without a home call.
Instructions
Read a remote repeater's firmware version + build date string. Equivalent to admin <node> ver. Required node — only repeater firmware implements the ver CLI verb. For the home node, use get_node_health() (the firmware field) — that's the structured equivalent via the companion protocol, no admin call needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | target node (contact name or hex public-key prefix); required (this command isn't implemented on companion firmware so it can't target home) | |
| dryRun | No | preview the intent without contacting the device |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| tier | Yes | ||
| annotations | Yes | the deterministic per-command risk hints this tier maps to; surfaced here (not as MCP tool-level annotations) because `admin` is one multiplexed tool | |
| dryRun | Yes | ||
| via | No | ||
| preview | No | ||
| reply | No |