test_manage
Retrieve the latest test results from a Godot editor session. Get a summary or full details of the last run without re-executing 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 | |||