Icon

get_​node_​neighborhood

Get nodes within a specified distance from a given node.

Get nodes within a specified distance from a given node.
Parameters:
- `node_id`, str: The ID of the starting node to find neighborhood around.
- `max_distance`, int=1: Maximum distance (hops) to search from the starting node. Default is 1.
- `limit`, int=100: Maximum number of nodes to return. Default is 100.
Uses `NodeNeighborhoodTool` under the hood.

Message


String message for the calling agent. First cell of the input table

Get nodes within a specified distance from a given node
max_distance
Integer Configuration
Tool Message Output
node_id
String Configuration
Table to JSON
String Configuration
limit
Integer Configuration
mcp_url
String Configuration

Nodes

Extensions

Links