Skip to main content
Glama
gjenkins20

webmin-mcp-server

create_cron_job

Schedule automated tasks on servers using cron syntax. Define commands and timing parameters to create recurring system jobs for maintenance or monitoring.

Instructions

Create a new scheduled cron job. Specify the command to run and the schedule using cron syntax (minutes, hours, days, months, weekdays). Use '' for 'every' (e.g., '/5' for every 5 minutes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNoServer alias (e.g., 'pi1', 'web-server'). Uses default server if not specified.
commandYesCommand to execute
minutesNoMinutes (0-59, or * for every minute, or */5 for every 5 minutes)*
hoursNoHours (0-23, or * for every hour)*
daysNoDay of month (1-31, or * for every day)*
monthsNoMonth (1-12, or * for every month)*
weekdaysNoDay of week (0-7, 0 and 7 are Sunday, or * for every day)*
userNoUser to run the job asroot
activeNoWhether the job is active

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