get_calc_dates
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
Exact date arithmetic — the calendar math LLMs guess at. ?from=&to= → days, business days, weeks, hours between; ?date=&add=30d|2w|3m|1y|10bd → the resulting date (bd = business days); ?date= alone → weekday, ISO week, day-of-year, leap year, unix. All UTC, Mon-Fri business days, real-calendar validation (Feb 30 is rejected). ($0.001 per call, paid via x402)
Parameters schema
{
"type": "object",
"properties": {
"to": {
"type": "string"
},
"add": {
"type": "string",
"description": "e.g. 30d, -2w, 3m, 1y, 10bd"
},
"date": {
"type": "string",
"description": "ISO date — alone: info; with add: arithmetic"
},
"from": {
"type": "string",
"description": "ISO date — with to: difference"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries