Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

monitors_checks

Retrieve the most recent check runs for a monitor, including webhook delivery status. View up to 50 latest runs, newest first, for your own monitor.

Instructions

List a monitor's check history. Returns the caller's own monitor's most recent check runs (most recent first, capped at 50), including webhook delivery status per run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMonitor id
Behavior4/5

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

With no annotations, the description carries the full burden, and it delivers useful behavioral details: results are ordered most recent first, capped at 50, scoped to the caller's own monitor, and include webhook delivery status per run. That is strong transparency for a read operation, though it does not discuss failure modes or response format.

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 a single sentence that front-loads the action and resource, then packs in ordering, count cap, ownership scope, and returned payload details. There is no filler or redundant restatement of the tool name.

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 tool with one parameter, no output schema, and simple list behavior, the description is largely complete: it covers scope, ordering, limit, and included status information. It could mention what happens when no check history exists or clarify the id ownership requirement, but those are minor gaps for this low-complexity 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%, so the schema already defines 'id' as 'Monitor id.' The description adds some ownership nuance by saying the caller's own monitor is returned, but it does not meaningfully elaborate on the parameter format or constraints beyond the schema.

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 starts with a specific verb and resource: 'List a monitor's check history.' It further distinguishes the operation by noting it returns the caller's own monitor's runs and includes webhook delivery status, which separates it from sibling tools like monitors_get and monitors_list.

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 usage by stating this returns the caller's own monitor's check history, which clarifies the ownership scope. However, it does not explicitly say when to choose this over monitors_list, monitors_get, or any alternative, leaving the selection to inference.

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/Crawlora-org/crawlora-mcp'

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