Skip to main content
Glama

set_rain_delay

Idempotent

Set a rain delay expiration on a Rachio controller to pause all schedules until a specified time, or cancel an existing delay.

Instructions

Set a rain-delay expiration for the device.

The device will not run any schedules until the given time. Pass an ISO-8601 datetime (2026-05-01T00:00:00Z) or 1970-01-01T00:00:00Z to cancel an existing delay.

Args: device_id: Controller UUID. expiration: ISO-8601 datetime when the delay expires.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYes
expirationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate idempotent and non-destructive write operation. The description adds behavioral context: the device will not run schedules until the expiration time, and shows how to cancel. This is useful beyond 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?

The description is concise: a single sentence for the main action, followed by a clear explanation and structured 'Args:' section. Every sentence adds value, no fluff.

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?

Given the tool's simplicity and the presence of an output schema (not shown), the description covers key aspects: purpose, parameters, and cancellation. It lacks mention of error handling or prerequisites, but is sufficient for an agent to use correctly.

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?

With 0% schema description coverage, the description fully compensates by explaining device_id as 'Controller UUID' and expiration as 'ISO-8601 datetime', including an example and cancellation value. This adds significant meaning beyond the bare 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 clearly states the verb 'Set' and resource 'rain-delay expiration for the device', and explains its effect (prevents schedules from running). It distinguishes from siblings like skip_schedule or pause_watering by focusing on a specific rain delay mechanism.

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 provides usage guidance (how to set and cancel a delay via a specific datetime) but does not explicitly tell when to use this tool versus alternatives. No exclusions or when-not instructions are given.

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