calculate_date
InactiveTool of com.gadgethumans.swarm/x402-middleware
Date arithmetic and difference calculations. Use this to find days between dates, add/subtract time, or get date info (weekday, unix timestamp). Parameters: op — 'info' (default), 'diff', or 'add'. date1 — Start date (ISO format, default: today). date2 — End date (for 'diff' operation). days — Days to add (for 'add' operation). months — Months to add (for 'add' operation). years — Years to add (for 'add' operation).
Parameters schema
{
"type": "object",
"title": "calculate_dateArguments",
"properties": {
"op": {
"type": "string",
"title": "Op",
"default": "info"
},
"days": {
"type": "integer",
"title": "Days",
"default": 0
},
"date1": {
"type": "string",
"title": "Date1",
"default": ""
},
"date2": {
"type": "string",
"title": "Date2",
"default": ""
},
"years": {
"type": "integer",
"title": "Years",
"default": 0
},
"months": {
"type": "integer",
"title": "Months",
"default": 0
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries