Skip to main content
Glama

iGods GEO Visibility Tool (GVT)

Get oldest baseline

gvt_get_oldest
Read-onlyIdempotent

Get the oldest baseline test snapshot for a single URL, including expired tests. Use with gvt_get_latest to compare baseline vs current, or use gvt_get_score_trend for a pre-computed comparison.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to look up (must match the URL used when the test was run).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context beyond that: it includes expired tests and restricts lookup to a single URL. No contradictions with 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?

Two tightly packed sentences: the first states the core purpose and key scope, the second gives usage direction with alternatives. No filler or redundant restatement.

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?

For a simple read-only getter with one documented parameter and safety annotations, this description is complete. It tells the agent what the tool does, its scope, and how to combine it with related tools. Nothing essential is missing.

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%, and the single url parameter is already described with a usage constraint ('must match the URL used when the test was run'). The description adds no significant parameter semantics beyond the schema.

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?

States a specific verb and resource: 'Get the oldest baseline test snapshot for a single URL'. The qualifiers 'single URL' and 'including expired tests' distinguish it from list/trend tools, and the description explicitly names related siblings it is meant to complement.

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

Usage Guidelines5/5

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

Provides explicit usage guidance: use with gvt_get_latest to compare baseline vs current, or use gvt_get_score_trend when a pre-computed comparison is wanted. This clearly tells an agent when this tool is the right choice and points to alternatives.

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