Skip to main content
Glama

set_cron_email

Set the email address for cron job notifications, ensuring scheduled task alerts are sent to the intended inbox.

Instructions

Set the email address for cron job notifications

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address for cron notifications
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavior. It only states the action without explaining side effects (e.g., whether it replaces the existing email, requires a valid email format, or affects all cron jobs globally). This is a significant gap for a mutating operation.

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 a single sentence that is concise, front-loaded with the action, and contains no filler or unnecessary details. Every word adds value.

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 simple setter tool with one parameter and no output schema, the description provides the essential information needed to invoke it correctly. However, it lacks detail about the scope (global vs. per-job) and whether it overwrites existing settings, which prevents a perfect score.

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?

The schema already describes the single 'email' parameter fully, and schema coverage is 100%. The description adds minimal extra context by tying it to 'cron job notifications', but this is largely redundant. Baseline 3 is appropriate because the schema does the heavy lifting.

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 action ('Set') and the specific resource ('email address for cron job notifications'), making it distinct from sibling tools like get_cron_email and create_cron_job. It is precise and unambiguous.

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 its use when you need to configure the notification email for cron jobs, but it does not explicitly state when to use it versus alternatives like get_cron_email or edit_cron_job. No exclusions or prerequisites are mentioned, leaving usage guidance somewhat implicit.

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/0xHayd3n/cPanel-MCP-Server'

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