search results feel sparse, or when you need richer process metadata than fetch returns.
Choosing among the lookup tools
- Semantic + keyword, broad β
search(entry point) orsearch_processes(richer, mixed results) - You have a resource key β
get_process_details(for processes) orget_hierarchy_node_details(for folders / groups / value streams) - Browse / orient β
get_process_hierarchy, then drill in withget_hierarchy_node_detailsorget_process_details - Drill further (what actually happened on a specific process) β
get_process_observationsβget_observation_citation. See Process observations for the full toolset.
Common chains
- βWhatβs in this value stream?β β
get_process_hierarchy(broad) βget_hierarchy_node_detailson the relevant node βget_process_detailson each leaf - βPull every dependency of process Xβ β
get_process_detailswithscope=["dependencies"]β walk thedependencieslist with furtherget_process_detailscalls - βI have a resource key, give me everythingβ β
get_process_detailswith the scopes you care about (tasks,linked_artifacts,history) - βWhat actually happens when this process runs?β β
get_process_detailsβget_process_observationsβget_observation_citationon a representative deviation

