Trigger a node's neighbour discovery
discover_neighborsBroadcast a node-discovery request from a remote repeater to populate its neighbor list. Use get_node_neighbors(node) to read the results.
Instructions
Broadcast a node-discovery request from a remote repeater. Replies populate its neighbour list — read it back with get_node_neighbors(node). Equivalent to admin <node> discover-neighbors. Required node.
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 |