test_manage
Fetch the latest test run results from the Godot editor to inspect outcomes, with optional verbose details for individual tests.
Instructions
Test result inspection (re-fetches the most recent test_run payload).
Resource form: godot://test/results — prefer for active-session reads.
Ops: • results_get(verbose=False) Same shape as test_run — full results from the last run, no re-execution. verbose=True includes every individual test result.
Canonical call shape: {"op": "<verb>", "params": {...}}. Flat op parameters are accepted as a compatibility alias when the client transmits them; op and session_id remain top-level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| params | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||