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).

convert_timestamp

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Convert a timestamp between Unix epoch and human-readable date formats. Use this to translate Unix timestamps (e.g., 1717000000) into ISO 8601 date strings, or convert date strings back to Unix timestamps. Parameters: value — The timestamp or date string to convert (required). Accepts Unix timestamps (seconds since epoch) or various date string formats like "2025-05-29" or "May 29, 2025". format — Target output format (default: "iso"). Common values include "iso", "unix", "rfc2822", etc.

Parameters schema

{
  "type": "object",
  "title": "convert_timestampArguments",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "title": "Value"
    },
    "format": {
      "type": "string",
      "title": "Format",
      "default": "iso"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.gadgethumans.swarm/x402-middleware

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

2/7 registries
View full server →