Read a remote node's current clock
get_node_clockRetrieve a remote repeater's current device clock in UTC format. Requires the target node's name or public key.
Instructions
Read a remote repeater's current device clock (HH:MM - D/M/Y UTC). Equivalent to admin <node> clock. Required node. For the home node, use get_node_health() (the deviceTimeMs 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 |