Skip to main content
Glama

CaptureOneAI Web Perception

Create a semantic monitor

create_semantic_monitor

Watches a URL on a schedule and reports what changed and whether it matters, explained by AI — not just a pixel-diff percentage. Use this for competitor pricing pages, changelogs, status pages, or any page whose changes should trigger a workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
labelNo
intentNoWhat you care about, in plain language, e.g. "alert me about pricing or plan changes"
scheduleNoCron expression, e.g. "*/30 * * * *". Defaults to every 10 minutes.
callbackUrlNoWhere to POST the change payload when something changes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses that the monitor runs on a schedule, judges whether changes matter, and provides AI explanations rather than a pixel-diff percentage. It does not describe creation side effects, persistence, or what the response contains, which is why it is not a 5.

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 with the core behavior front-loaded and a useful use-case list in the second sentence. Every phrase earns its place and there is no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 5 parameters, no annotations, and no output schema, the description is not complete enough. It does not explain what the agent should expect after creation, whether a monitor identifier is returned, how changes are retrieved, or what the optional label parameter is for.

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 60%, with intent, schedule, and callbackUrl already documented in the schema. The description adds no parameter-level meaning and does not compensate for the undocumented url and label parameters; it only repeats the idea of watching a URL on a schedule.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly says the tool watches a URL on a schedule and reports meaningful changes explained by AI, which gives a specific action and resource. It distinguishes itself from generic pixel-diff monitors, but it does not explicitly differentiate itself from sibling tools such as check_monitor or get_monitor_changes.

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 gives concrete use cases: competitor pricing pages, changelogs, status pages, and pages whose changes should trigger a workflow. It does not mention when not to use the tool or name alternative sibling tools, so it stops short of full exclusion guidance.

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