You're viewing a demo portfolio

Join the waitlist
PRSM

describe_cron

Active

Tool of Crontab

declared in 0.1.0

Parse and validate a cron expression (5 fields or an @alias) and describe it in plain English. Returns the parsed fields and whether it is valid.

Parameters schema

{
  "type": "object",
  "required": [
    "expression"
  ],
  "properties": {
    "expression": {
      "type": "string",
      "description": "A cron expression, e.g. \"0 9 * * 1-5\" or \"@daily\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Crontab

https://github.com/pipeworx-io/mcp-crontab

2/7 registries
View full server →