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

