Skip to main content
Glama

get_run_history

Read-onlyIdempotent

Retrieve a controller's watering history to find what ran, when, and if any events skipped, with actual zone runs and calendar details.

Instructions

Return recent/past watering history for a controller.

This is the best first tool for questions like "what ran today?", "when did this controller water recently?", or "did anything skip?". The response includes controller-observed actual_zone_runs plus Rachio calendar_runs/skips for calendar context. Calendar events may not include every completed scheduled run; observed telemetry is the source of truth for what actually watered and is limited to the latest run per zone. For schedule-specific audit trails, use get_schedule_runs after discovering a schedule id.

Args: device_id: Controller UUID. start: Start date, ISO YYYY-MM-DD (default: today - 7 days). end: End date, ISO YYYY-MM-DD (default: tomorrow, so all of today is included).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
device_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Adds context beyond annotations: explains response includes actual_zone_runs and calendar_runs/skips, notes limitations (calendar events may be incomplete, observed telemetry is source of truth, limited to latest run per zone). No contradictions with annotations.

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?

Very concise with clear structure: one-line purpose, usage guidance, response explanation, parameter list. Every sentence adds value, no fluff.

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?

Complete for a read-only history tool with output schema. Covers return value nature, limitations, defaults, and references sibling tool. No gaps.

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

Parameters5/5

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

Despite 0% schema coverage, description fully explains all three parameters: device_id as 'Controller UUID', start and end with ISO format and default values (today - 7 days for start, tomorrow for end). Compensates for schema gap.

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 'return' and resource 'watering history for a controller.' It distinguishes from sibling tool get_schedule_runs by specifying when to use that alternative for schedule-specific audit trails.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says it's the best first tool for questions like 'what ran today?', 'when did this controller water recently?', or 'did anything skip?'. Also directs to use get_schedule_runs for schedule-specific audits.

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/rwestergren/rachio-mcp'

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