{
  "name": "TimePrecise Time Agent",
  "description": "Answers questions about the current time, exact time with seconds, time zone differences, and daylight saving time, backed by TimePrecise.com's live world clock and time tools. Also explains UTC, GMT, leap seconds, and atomic clock accuracy.",
  "url": "https://timeprecise.com/a2a",
  "version": "1.0.0",
  "documentationUrl": "https://timeprecise.com/world-clock",
  "iconUrl": "https://timeprecise.com/favicon.svg",
  "provider": {
    "organization": "TimePrecise",
    "url": "https://timeprecise.com/"
  },
  "supportedInterfaces": [
    {
      "url": "https://timeprecise.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "exact-current-time",
      "name": "Exact Current Time",
      "description": "Provides the exact current time for major world cities with second-level precision and explains time zone offsets and daylight saving time status.",
      "tags": ["time", "clock", "timezone", "current time"],
      "examples": ["What time is it in Tokyo right now?", "Show me the exact current time in London"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "time-zone-conversion",
      "name": "Time Zone Conversion",
      "description": "Converts a time between time zones and reports UTC offsets so agents can schedule across locations.",
      "tags": ["timezone", "conversion", "meeting", "time difference"],
      "examples": ["Convert 3 PM ET to Paris time", "What is the time difference between New York and Sydney?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "timekeeping-knowledge",
      "name": "Timekeeping Knowledge",
      "description": "Explains UTC, GMT, leap seconds, atomic clocks, ISO 8601, and time measurement using TimePrecise.com's educational content.",
      "tags": ["utc", "gmt", "leap second", "atomic clock", "iso 8601"],
      "examples": ["How accurate is an atomic clock?", "What is the difference between UTC and GMT?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}