Skip to main content
Glama

Run GEO Audit

run_geo_audit

Verify generative-engine optimization for a merchant URL (schema.org, feed, agent-card). Returns JSON GEO score with gaps. Compliance: EU AI Act Art. 50, schema.org. Cost £99 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute HTTPS URL of the merchant homepage to audit.
agent_card_urlNoOptional A2A / MCP agent-card URL (defaults to /.well-known/agent-card.json).
product_feed_urlNoOptional explicit product-feed URL if it is not discoverable from the homepage.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNoTrue when the tool completed without a validation error.
urlNoAudited URL.
gapsNoFailed checks.
toolNoTool name that produced this payload.
checksNoPer-check pass/fail with weights.
paymentNoSettlement receipt after x402 or sandbox payment.
geo_scoreNo0–100 weighted checklist score.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The annotations already provide readOnlyHint=false and openWorldHint=true; the description adds valuable call-time behavior by disclosing the £99 per-call cost and the compliance scope (EU AI Act Art. 50, schema.org). It does not detail side effects or whether an audit record is persisted, but it does not contradict 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 three short sentences with no filler: it front-loads the action and target, then gives the output shape, compliance scope, and cost. Every sentence contributes a distinct piece of decision-relevant information.

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 3-parameter tool with a full output schema, the description covers the essential invocation facts: what is audited, what is returned, compliance constraints, and pricing. It lacks explicit when-to-use guidance relative to siblings, but that gap is already captured under usage_guidelines, so invocation-level completeness is strong.

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 each parameter already has meaningful documentation, including the agent-card default path and the HTTPS requirement for url. The description's mention of 'schema.org, feed, agent-card' loosely maps to the parameters but adds no semantic detail beyond what the schema already provides, so the schema-heavy 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-resource pair: 'Verify generative-engine optimization for a merchant URL' and enumerates the audited surfaces (schema.org, feed, agent-card). It also states the return type, a JSON GEO score with gaps, which clearly distinguishes it from generic verification tools in the sibling list.

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

Usage Guidelines3/5

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

The description implies when to use the tool by framing it as a merchant GEO audit and noting compliance and cost, but it never explicitly states when to prefer it over alternatives such as run_abv_assessment or get_agent_visibility. There are no exclusions or 'use this instead when...' conditions, so the guidance is implied rather than explicit.

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