Set a node's advertised location
set_node_locationSet a node's latitude and longitude in decimal degrees. Omit the node parameter to update the home node's location.
Instructions
Set a node's advertised lat/lon (decimal degrees). Omit node to target home. Equivalent to admin <node> set-location { lat, lon }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | latitude in degrees | |
| lon | Yes | longitude in degrees | |
| node | No | target node (contact name or hex public-key prefix); omit to target the home node | |
| 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 |