You're viewing a demo portfolio

Join the waitlist
PRSM

get_calc_dates

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →