Skip to main content
Glama

Get Monitor Results

get_monitor_result
Read-onlyIdempotent

Retrieve the most recent run results for a monitor, including change details, confidence score, evidence URLs, and error information, requiring a team API key.

Instructions

Retrieve the most recent run results for a monitor, including change details, confidence score, evidence URLs, and any error information. Requires a team API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idYesThe monitor ID to retrieve results for.
limitNoMaximum number of results to return, newest first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idYes
resultsYes
totalYes
errorNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is clear. The description adds that it requires a team API key and lists the data fields returned, providing context 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description consists of two concise, front-loaded sentences with no wasted words. It efficiently delivers the core purpose and a key requirement (team API key).

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

Completeness5/5

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

Given the existence of an output schema (not shown but present), the description need not detail return values. It covers the tool's purpose, data included, and a critical prerequisite (team API key). With 100% schema coverage for parameters and a clear context of sibling tools, it is sufficiently complete for a read-only retrieval 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% for both parameters (monitor_id, limit). The description does not add additional meaning beyond the schema; it only implicitly mentions temporal ordering but no extra parameter details. Baseline 3 is appropriate.

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 the verb 'Retrieve' and the resource 'most recent run results for a monitor', listing specific data included (change details, confidence score, evidence URLs, error info). It differentiates from siblings like list_monitors (which lists monitors) and run_monitor_now (which triggers a run).

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 does not explicitly state when to use this tool versus alternatives. It implies usage when needing recent run results, but lacks exclusions or comparisons to sibling tools like generate_change_report or verify_claim.

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/anish632/ground-truth-mcp'

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