Skip to main content
Glama
gjenkins20

webmin-mcp-server

edit_cron_job

Modify an existing cron job by specifying its index and only the fields to change, such as command, schedule, user, or active state.

Instructions

Edit an existing cron job. Use list_cron_jobs to find the job index. Only specify the fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNoServer alias (e.g., 'pi1', 'web-server'). Uses default server if not specified.
indexYesIndex of the job to edit (from list_cron_jobs)
commandNoNew command to execute
minutesNoNew minutes value
hoursNoNew hours value
daysNoNew day of month value
monthsNoNew month value
weekdaysNoNew day of week value
userNoNew user to run as
activeNoNew active state
Behavior3/5

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

No annotations provided, so description carries full burden. 'Edit' implies modification, and 'Only specify the fields you want to change' suggests partial update. However, lacks details on side effects, error handling, or confirmation. Adequate but minimal.

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?

Two sentences only, front-loaded with purpose then usage hint. No unnecessary words or repetition. Every sentence is justified.

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 10 parameters and no output schema or annotations, the description covers essential usage: edit, prerequisite, partial update. Could mention expected outcome (e.g., confirmation), but overall adequate given simplicity.

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 covers all 10 parameters with descriptions (100% coverage). Description adds value by reinforcing partial update semantics ('Only specify the fields you want to change'), which clarifies optional usage beyond the required index.

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?

Clearly states 'Edit an existing cron job' with a specific verb and resource. Mentioning 'Use list_cron_jobs to find the job index' differentiates it from sibling tools like create_cron_job and delete_cron_job.

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?

Provides explicit prerequisite: 'Use list_cron_jobs to find the job index.' Also advises 'Only specify the fields you want to change,' indicating partial update behavior. Does not explicitly state when not to use, but context 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/gjenkins20/webmin-mcp-server'

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