Skip to main content
Glama

CaptureOneAI Web Perception

Check a monitor now

check_monitor

Triggers an immediate check for a monitor instead of waiting for its next scheduled run, and returns any detected changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitorIdYesThe monitor ID from create_semantic_monitor or list_monitors

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?

With no annotations provided, the description carries the full burden. It discloses the immediate trigger behavior, the contrast with scheduled execution, and the fact that detected changes are returned. It doesn't specify whether the call is blocking or quota-consuming, but core behavior is 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?

A single sentence front-loads the action, adds the relevant behavioral nuance, and states the return value. Every clause earns its place, with no filler or repetition.

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 one-parameter tool with no output schema, the description adequately covers what the tool does and what it returns. The main gap is not describing the shape/format of the detected changes, but this is a minor omission given the tool's simplicity.

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 the monitorId parameter is already well-described in the schema with guidance on where to obtain it. The tool description adds no additional parameter semantics, so the baseline of 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?

The description uses a specific verb and resource: 'Triggers an immediate check for a monitor.' It further distinguishes the tool from passive retrieval siblings by contrasting it with 'waiting for its next scheduled run,' making the operation unique and clear.

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 the use case—trigger a check now rather than waiting for the scheduled run—but it does not explicitly name sibling tools or state when not to use this tool. An agent gets some contextual guidance, but no direct alternative routing.

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