Skip to main content
Glama

novada_monitor

Read-onlyIdempotent

Detect changes on web pages over time. Extract content, compute hash, and compare with previous check to identify price updates, stock changes, or content modifications.

Instructions

Detect changes on a web page over time. Extracts content, computes a hash, compares with previous check. Returns changed/unchanged + field-level diffs.

Use for: E-commerce price monitoring, stock availability tracking, content change detection, competitive pricing alerts. How: First call = baseline. Subsequent calls compare against baseline and report changes. Pass fields=["price","availability"] for field-level diffs with % change. Session-scoped: State lives in memory for the MCP session duration. Not persisted across restarts. Not for: One-time extraction (novada_extract), full crawl (novada_crawl).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to monitor for changes. E.g. a product page, pricing page, or any content page.
fieldsNoSpecific fields to track for changes (e.g. ['price', 'availability', 'rating']). When provided, change detection focuses on these fields. Without fields, tracks full page content hash.
formatYesOutput format. 'markdown' (default): human-readable change report. 'json': structured object for programmatic agent use.markdown
Behavior4/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds session-scoped state persistence (not persisted across restarts) and details the hash comparison process. This adds value beyond annotations without contradiction.

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?

The description is well-structured with bold section headers and bullet points. It is fairly concise, though slightly long, but every section adds distinct value. No redundancy.

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 explains the return type (changed/unchanged + field-level diffs) despite no output schema. It also covers session scoping and the baseline mechanism. Could mention error handling, but it is sufficiently complete for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description enriches parameters with context: for 'fields', it gives an example with price and availability and mentions percentage change; for 'format', it explains the output difference. This goes beyond the schema descriptions.

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 clearly states 'Detect changes on a web page over time' with a specific verb (detect), resource (web page), and temporal scope. It also distinguishes from sibling tools like novada_extract and novada_crawl by specifying what it is not for.

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 use cases (e.g., price monitoring, stock tracking) and explicitly states when not to use (one-time extraction, full crawl) with alternatives. Also explains the baseline and comparison workflow, giving clear context for invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NovadaLabs/novada-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server