Skip to main content
Glama

iGods GEO Visibility Tool

Set test visibility

gvt_manage_test
Idempotent

Toggle 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

TableJSON Schema
NameRequiredDescriptionDefault
tidYesThe 8-character test ID returned by gvt_run_visibility_test.
is_publicYestrue to make the test publicly shareable, false to make it private.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds context about public link sharing and authentication, but does not disclose potential side effects like link invalidation or whether toggling affects existing shares. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loads the main action, and provides a clear conditional explanation. Every sentence earns its place, with no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter toggle tool with full schema coverage and annotations, the description is nearly complete. It explains the primary use case and the meaning of the boolean. It could mention what happens to existing public links when set to false, but that is a minor gap given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds a bit of context about the effect of is_public (shareable via public link) but does not add new syntax or format details beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: toggling public visibility of a test session via the is_public parameter. It distinguishes itself from siblings by explicitly noting it is the primary way to control viewing without MCP authentication, which differentiates it from gvt_share_test and gvt_run_visibility_test.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use this tool (to control who can view a test result without MCP authentication) and implies it is the primary method. It does not explicitly name alternatives or exclusions, but the context signals and sibling list suggest gvt_share_test might be an alternative; the description does not explicitly say when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources