Skip to main content
Glama

AI Answer Change Alert

ai-answer-change-alert

Ask an LLM the queries that matter to you, compare each answer against its stored baseline and get told what changed — the answer itself and which domains it now cites or stopped citing. One row per query x model. — $0.10/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoAnswer language (e.g. en, ru, tr).en
modelsNoOpenRouter model IDs to check. Grounded options: `perplexity/sonar`, `openai/gpt-4o-mini:online`, `google/gemini-2.0-flash-001:online`. Every model you add multiplies the number of billed rows: rows = number of queries × number of models. With the limits on both fields, the maximum possible is 20 queries × 3 models = 60 rows.
queriesYesThe prompts a real user would ask (e.g. `best crm for small business`). Each query is run against every model in `models` below and compared against the previous run's stored answer for the same query × model × language — you are charged per query × model pair, not per query, whether or not the answer changed.
maxConcurrencyNoParallel LLM calls (kept low to respect rate limits and to bound how many LLM calls can be wasted — uncharged — if a run's spend limit is hit mid-run).
openrouterApiKeyNoYour OpenRouter API key (https://openrouter.ai/keys). Optional: without it the built-in key is used and the LLM cost is covered by the per-row price. Pass your own key to have tokens billed to your account instead, at cost.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations indicate readOnly=false, openWorld=true, idempotent=false, destructive=false. The description adds valuable behavioral context: the tool stores a baseline per query×model and compares previous runs, plus pricing details ($0.10/call). This goes beyond the bare annotation flags, though it doesn't detail rate limits or failure modes.

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 sentences: the first captures the full core function, the second covers billing granularity. No filler or redundancy; information is front-loaded.

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?

The description covers the tool's stateful behavior (stored baseline), output (changed answer + cited domains), and cost model. Since there is no output schema, it appropriately describes return values. Minor gaps: no explicit statement about first-run baseline creation or auth/payment integration, but the overall picture is complete for a moderately complex tool.

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% — every parameter (lang, models, queries, maxConcurrency, openrouterApiKey) has a detailed description. The top-level description repeats the 'row per query x model' billing concept already in the schema but adds no new parameter-level semantics. Baseline 3 applies.

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?

Description clearly states the tool's function: asks an LLM about user queries, compares answers against a stored baseline, and reports changes in the answer text and cited domains. This specific monitoring/alerting use case distinguishes it from sibling tools like crawler access checker or overview tracker.

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?

Description implies when to use: when you want to track how LLM answers to your chosen queries change over time. It provides context through 'stored baseline' and billing, but does not explicitly name alternatives or exclusion criteria. The schema's model and query descriptions add usage guidance about row multiplication and limits.

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.

TDQS

A4/5.0
Disambiguation2/5

Several tools have overlapping purposes: ai-crawler-access-checker and llms-txt-auditor both check robots.txt for AI crawler access, while ai-answer-change-alert, ai-overview-tracker, and llm-brand-visibility all track AI-generated citations/visibility. An agent may struggle to pick the right one without reading full descriptions.

Naming Consistency4/5

Most tools use lowercase hyphenated noun phrases (e.g., ai-answer-change-alert, social-preview-checker), but pricing_info uses an underscore, breaking the otherwise consistent pattern. Minor deviation but still readable.

Tool Count5/5

Seven tools is well-scoped for a specialized SEO/AI-visibility server. Each tool addresses a distinct aspect (crawler access, llms.txt, AI citations, brand visibility, social previews) without being excessive, and the pricing_info helper is a sensible addition.

Completeness4/5

The set covers the core AI-era SEO workflow: audit AI crawler access, validate llms.txt, track AI overview citations, monitor answer changes, and check brand visibility. Missing obvious features like generating llms.txt or deeper competitor analysis, but no critical dead ends.

Resources