Skip to main content
Glama

iGods GEO Visibility Tool

Read GVT knowledge

gvt_get_knowledge
Read-onlyIdempotent

Read GVT reference knowledge: how scoring works, score bands and category weights, what each analysis category checks, or GEO glossary definitions. Use it to interpret test results and scores correctly instead of guessing. The same content is served as MCP resources at gvt://knowledge/app/* for resource-capable clients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoWhich knowledge topic to read: methodology (how GVT analyzes pages), scoring (score bands and category weights), categories (what each of the six categories checks), glossary (GEO term definitions), or all (complete knowledge base).all

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is fully covered. The description adds the observation that the same content is also served as MCP resources, but that is an access detail rather than a behavior; there is no additional behavioral disclosure needed for a read-only knowledge fetch.

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

Conciseness4/5

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

Two sentences, with the core purpose front-loaded and a usage directive immediately following. The resource reference is extra but useful. No wasted words.

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 one-optional-parameter read tool with no output schema, this description is complete. It tells the agent what content is available, when to use it, and even where the same data lives in MCP resources. No critical detail for correct invocation 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 coverage is 100%: the topic parameter has a clear description with all enum values explained. The tool description restates the topics (scoring, categories, glossary) but does not add meaning beyond the schema. Baseline of 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 opens with a specific verb and resource: 'Read GVT reference knowledge', then lists the exact content areas (scoring, score bands and category weights, analysis categories, GEO glossary). This clearly distinguishes it from sibling tools like gvt_get_test_results or gvt_get_score_trend, which retrieve test data rather than reference knowledge.

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 explicitly says to use it 'to interpret test results and scores correctly instead of guessing', giving a clear context. It does not name alternative tools, but no sibling is a near-duplicate; the MCP resource note is a bonus alternative, not a competing tool.

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