You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

calculate_date

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →