get_app_knowledge
Retrieve learned app recipes and common failures before acting. If unknown, get UI shape for a cold-start map. Pass the process name (e.g. notepad.exe).
Instructions
Query what AIPM learned locally about an app: successful (role, name) -> action recipes, plus common_failures (targets that keep failing — do not retry them). Call BEFORE acting in an app. Even with known=false you may get ui_shape: the shape of the app's UI tree (counts, roles, depth) learned passively from earlier reads — useful cold-start map. Pass the process name as shown in task manager (e.g. "notepad.exe", "chrome.exe").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App/process name (e.g. notepad.exe) |