traverse_graph_tool
Use traverse_graph_tool to build a bounded local graph around one entity when direct search results are not enough.
#Signature
traverse_graph_tool(entity_id, max_depth=2, resolve=false) -> JSON string
#Notes
entity_idaccepts a full UUID, unambiguous UUID prefix, or platform reference- depth is clamped between 0 and 4; depth 0 returns only the starting entity
resolve=truefetches stub nodes through their owning connectors and repeats the
traversal before returning
- node content is bounded and sets
content_truncatedwhen shortened; use
get_entity_tool for full entity content