This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.7.0).
cron_next
InactiveTool of SaSame Research Agent
declared in 1.7.0
Compute the next N fire times for a standard 5-field cron expression (min hour dom month dow), interpreted in UTC. 'from' is an optional ISO timestamp base (defaults to now). dow 0=Sunday.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"cron"
],
"properties": {
"cron": {
"type": "string"
},
"from": {
"type": "string"
},
"count": {
"type": "integer",
"maximum": 50,
"minimum": 1
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries