Get the canonical tool sequence for a known investigation kind
getInvestigationPlaybookReturns a predefined pipeline for investigating iOS issues like memory leaks or performance hangs. Each step details the tool, purpose, and required arguments.
Instructions
[meta] Returns a versioned, declarative pipeline for a known investigation flow (memgraph-leak, perf-hangs, ui-jank, app-launch-slow, verify-fix). Each step has a tool name, purpose, and argsTemplate. Use this once at the start of an investigation so any LLM agent can follow the right sequence without rediscovering it from individual tool descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which investigation flow to return. `memgraph-leak` is the most common — diagnose a SwiftUI/Combine retain cycle from a `.memgraph` and locate it in source. |