Skip to content
Back to ArgonautWorks Schedule Fit

Card snapshot

argonaut-schedule-fit.vercel.app · 2026-08-17 16:20:53 UTC · 08487e818c2e51035a865f8d8b501b9b418bc930d46b04e7dbc8a902aaba93fa

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3",
  "name": "ArgonautWorks Schedule Fit",
  "description": "Find DST-aware meeting windows inside shared local business hours for two to eight IANA time zones.",
  "url": "https://argonaut-schedule-fit.vercel.app/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://argonaut-schedule-fit.vercel.app/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "0.2.0",
  "provider": {
    "organization": "ArgonautWorks",
    "url": "https://github.com/ArgonautWorks/schedule-fit-api"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "documentationUrl": "https://argonaut-schedule-fit.vercel.app/openapi.json",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "schedule-fit",
      "name": "Find Meeting Overlap",
      "description": "Find a DST-aware meeting window inside the same local business hours across two to eight IANA time zones.",
      "tags": [
        "scheduling",
        "time-zones",
        "business-hours",
        "x402"
      ],
      "examples": [
        "Where do New York and Berlin business hours overlap on 2026-08-04?"
      ]
    }
  ]
}