Back to AgentUtil Context

Card snapshot

context.agentutil.net · 2026-05-21 00:23:30 UTC · b92b39c1e90de24a0fe8c724378a12f12af3991c66010503b931427c9e55b4cf

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.

{
  "name": "AgentUtil Context",
  "description": "Situational awareness for AI agents. Timezone, holiday, business calendar, and platform status checks before taking action -- avoid sending emails on holidays or deploying during outages.",
  "version": "1.0.0",
  "url": "https://context.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "checkContext",
        "name": "Should I take this action right now? Checks timezone, holidays, business calendar, and platform status across 11 countries before sending emails, deploying code, or running campaigns",
        "description": "Should I take this action right now? Checks timezone, holidays, business calendar, and platform status across 11 countries before sending emails, deploying code, or running campaigns",
        "tags": [
          "context",
          "checkContext"
        ]
      },
      {
        "id": "checkTime",
        "name": "Is it business hours there? Quick timezone and holiday check for any country -- avoid midnight emails and holiday-weekend disruptions",
        "description": "Is it business hours there? Quick timezone and holiday check for any country -- avoid midnight emails and holiday-weekend disruptions",
        "tags": [
          "context",
          "checkTime"
        ]
      },
      {
        "id": "checkPlatform",
        "name": "Is GitHub, AWS, or Stripe up right now? Check platform status before triggering deployments or API-dependent workflows",
        "description": "Is GitHub, AWS, or Stripe up right now? Check platform status before triggering deployments or API-dependent workflows",
        "tags": [
          "context",
          "checkPlatform"
        ]
      }
    ]
  },
  "endpoint": "https://context.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}