Skip to main content
Glama
maccydee

cute-web-scraper

by maccydee

track_changes

Fetch a web page and get a unified diff showing what changed since your last check, with status new, same, or changed. Monitor prices, job boards, or policy pages on demand.

Instructions

Fetch a page and report what changed since the last time it was checked. Returns status 'new', 'same' or 'changed', with a unified diff and line counts when it changed. This is monitoring without a scheduler: check a price, a job board or a policy page whenever you want and see only the difference.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
js_renderNo
context_linesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations available, the description carries the behavioral transparency burden and does a good job: it discloses the stateful 'since the last time it was checked' behavior, the possible status values, unified diff output, line counts, and that this is not scheduled. It could add more detail about storage or rate limits, but it is still substantially transparent.

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 two sentences long, front-loads the core action, and every sentence adds value. It avoids repetition and boilerplate while still giving examples and return behavior.

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 is fairly complete for a moderately stateful tool: it explains what the tool does, what it returns, and when to use it. The main gap is parameter semantics, but since an output schema exists and the core lifecycle is described, the overall context is sufficient for most monitoring use cases.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain js_render or context_lines at all. The URL parameter is implied by 'Fetch a page', but the boolean rendering flag and diff context setting are left unexplained, so an agent cannot confidently tune those parameters.

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 states a specific action ('Fetch a page and report what changed since the last time it was checked') and clearly differentiates from sibling tools by emphasizing comparison, diff output, and monitoring statuses. Concrete use cases like price, job board, and policy page make the purpose immediately understandable.

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?

It says this is 'monitoring without a scheduler' and gives examples of when to use it, which provides clear usage context. However, it does not explicitly contrast with sibling tools such as fetch_page or search_web, nor does it mention exclusions or when not to use it.

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/maccydee/cute-web-scraper'

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