search_processes | Ranked process search combining keyword matches (name, objective, team, value stream) with semantic similarity. Returns mixed hierarchy-node + process results — use when a top-level value stream or department might be a better starting point than a leaf process. |
get_process_hierarchy | Browse the whole index structure. Use when search misses, or to orient before drilling in. Cap depth with max_depth; the response flags truncated branches and points you at the next call. |
get_hierarchy_node_details | Inspect a single hierarchy node — parent, children, linked process, attributes. The right call for a folder / group / value stream key. |
get_process_details | The rich nested payload for a process: current_version, dependencies, hierarchy_node, attributes, optional version history. Default returns a summary with operational attributes; pass scope to include tasks, observations, dependencies, linked_artifacts, policies, or history. This is what fetch reshapes — use directly when you need the structured shape. |