Set test visibility
gvt_manage_testToggle the public visibility of a test session. Set is_public to true to make the test shareable via a public link, or false to make it private. This is the primary way to control who can view a test result without requiring MCP authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tid | Yes | The 8-character test ID returned by gvt_run_visibility_test. | |
| is_public | Yes | true to make the test publicly shareable, false to make it private. |