Skip to main content
Glama

iGods GEO Visibility Tool (GVT)

List tests

gvt_list_tests
Read-onlyIdempotent

List visibility tests for the authenticated user, newest first. Supports filtering by domain (optionally including subdomains), by URL (exact or contains match), by creation date range, by status, and by test type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL to filter tests by; matched per urlMode (contains by default).
limitNoMax results to return (default 10, max 100)
domainNoDomain to filter tests by, e.g. example.com. Subdomains are included unless includeSubdomains is false.
offsetNoNumber of records to skip before returning results (not a page number). Use offset=0 for the first page, offset=limit for the second page, etc.
statusNoTest status to filter by: pending, processing, completed, or failed.
urlModeNoHow the url filter matches: "exact" for full-URL equality, "contains" for substring match.contains
testTypeNoTest type to filter by: url, html, or html_paste.
createdToNoExclusive creation-date upper bound. YYYY-MM-DD (UTC midnight) or full ISO 8601 instant.
createdFromNoInclusive creation-date lower bound. YYYY-MM-DD (UTC midnight) or full ISO 8601 instant.
sortDirectionNoSort direction by creation date: desc (newest first, default) or asc (oldest first).desc
includeSubdomainsNoIf true (the default), includes tests for subdomains of the given domain. Set false to match the exact domain only.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond annotations: results are newest first by default, scope is limited to the authenticated user, and subdomains are optionally included. This covers the meaningful behavioral nuances without contradicting the 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-loaded with the core action and default ordering, then briefly enumerates the supported filters. Every clause earns its place, and no unnecessary detail is included.

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

Completeness5/5

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

Given the rich annotations, comprehensive parameter descriptions, and clear sibling context, the description is complete enough for an agent to select and invoke the tool correctly. It states scope, ordering, and filtering capabilities, while the schema handles parameter details and the annotations handle safety expectations.

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 input schema already fully documents every parameter. The description summarizes the filter dimensions (domain, URL, date range, status, test type) but does not add meaning beyond what the schema already provides; it repeats the concepts rather than deepening them.

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 names a specific action and resource: "List visibility tests for the authenticated user, newest first." This clearly distinguishes it from sibling tools like gvt_list_prompts and from retrieval tools like gvt_get_test_results, because it explicitly scopes the operation to listing visibility tests.

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 gives clear context for when to use the tool: whenever the agent needs a filterable list of the authenticated user's visibility tests. It does not explicitly name alternative tools, but the resource and filtering scope are specific enough that an agent can infer this is the list-oriented counterpart to run/get/delete workflows.

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