Skip to main content
Glama
smurfy92

openclaw-control-mcp

by smurfy92

openclaw_cron_add_every

Schedule a cron job that fires every N minutes or hours, ignoring clock time. Ideal for monitoring tasks that need fixed intervals without wall-clock alignment.

Instructions

Create a cron job that fires every N minutes/hours regardless of clock time. Synthesizes an every-kind schedule. Pass either intervalMinutes or intervalHours (the tool computes everyMs). Use for monitoring jobs that don't care about wall-clock alignment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoChannel-specific recipient (Telegram chat id, email address, Discord channel id, …). Required when `channel` is set.
nameYes
modelNoOverride the default model, e.g. 'claude-sonnet-4-6'.
agentIdNoOverride the default agent. Defaults to gateway's default.
channelNoDelivery channel name (e.g. 'telegram', 'email', 'discord'). Omit to keep the result internal.
messageYesThe text the agent receives at fire time. Used as the agentTurn `message` field.
instanceNoOptional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list.
deliveryModeNo'announce' broadcasts to channel; 'direct' DMs; 'none' keeps result internal. Defaults to 'announce' when channel is set.
intervalHoursNoInterval in hours. Pass either this or intervalMinutes.
timeoutSecondsNoHard cap for the agent run. Default 900s (15min) — enough for cold-start + non-trivial work.
intervalMinutesNoInterval in minutes. Pass either this or intervalHours.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It states the tool creates a cron job and computes the interval, but does not mention side effects (e.g., duplicate handling), required authentication, rate limits, or return behavior. For a mutation tool, this is insufficient.

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 three sentences, front-loaded with the verb and resource, and contains no fluff. Every sentence contributes useful information.

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

Completeness3/5

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

Given the tool has 11 parameters, no output schema, and is a mutation, the description is somewhat incomplete. It doesn't explain the return value, failure modes, or integration with the broader cron system. The high schema coverage partially compensates, but more context would be beneficial.

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 coverage is high (91%), so the schema already documents most parameters. The description adds value by clarifying that either intervalMinutes or intervalHours should be passed and that the tool computes everyMs. However, it does not add meaning for required parameters like name and message beyond what the schema provides.

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 tool creates a cron job that fires every N minutes/hours regardless of clock time, distinguishing it from wall-clock aligned cron tools. It specifies the verb 'Create', the resource 'cron job', and the scheduling pattern 'every'-kind, making the purpose unmistakable.

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

Usage Guidelines4/5

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

The description provides explicit guidance: 'Pass either intervalMinutes or intervalHours' and 'Use for monitoring jobs that don't care about wall-clock alignment.' This clearly indicates when to use the tool, though it does not explicitly mention alternatives like openclaw_cron_add_daily or when not to use it.

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/smurfy92/openclaw-control-mcp'

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