Skip to main content
Glama
smurfy92

openclaw-control-mcp

by smurfy92

openclaw_cron_add_daily

Create a daily cron job that triggers an agent at a specified local time, with custom message and optional channel delivery.

Instructions

Create a cron job that fires every day at a fixed local time. Synthesizes the cron-kind schedule + agentTurn payload. Pass hour, minute, tz, message. Optional channel delivery via channel + to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoChannel-specific recipient (Telegram chat id, email address, Discord channel id, …). Required when `channel` is set.
tzNoEurope/Paris
hourYes
nameYes
modelNoOverride the default model, e.g. 'claude-sonnet-4-6'.
minuteNo
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.
timeoutSecondsNoHard cap for the agent run. Default 900s (15min) — enough for cold-start + non-trivial work.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: the cron schedule synthesis, agentTurn payload, parameter defaults (timezone, timeout), and optional channel delivery. However, it does not detail what happens when channel is omitted (result internal) or other side effects like overwriting existing jobs.

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 two sentences, front-loaded with the main purpose, and free of fluff. Every sentence contributes essential information, making it easy to scan.

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 12 parameters and no output schema, the description covers the core functionality, required parameters, and optional delivery. It lacks details on return values or error conditions, but given the complexity, it is reasonably complete and actionable.

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

Parameters4/5

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

Schema coverage is 67%, so the schema already describes many parameters. The description adds value by highlighting the most critical parameters (hour, minute, tz, message) and their role in the cron schedule and agent payload, going beyond the schema's individual descriptions.

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 explicitly states the tool creates a daily cron job at a fixed local time, distinguishing it from sibling tools like openclaw_cron_add_weekly or openclaw_cron_add_once. It lists key parameters (hour, minute, tz, message) and optional channel delivery, 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 Guidelines3/5

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

The description implies daily scheduling through the tool name, but does not explicitly state when to use this vs. other cron variants (e.g., openclaw_cron_add_weekly). No direct guidance on alternatives or exclusions is provided, though the context of 'daily' is clear.

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