{
  "slug": "clock",
  "name": "gizza-ai/clock",
  "version": "0.1.0",
  "title": "Current UTC Time — gizza.ai",
  "description": "See the current UTC date and time, updating live in your browser. No sign-up, runs offline.",
  "tags": [
    "time",
    "timezone",
    "utc",
    "date"
  ],
  "category": "time",
  "urls": {
    "page": "https://gizza.ai/tools/clock/",
    "markdown": "https://gizza.ai/tools/clock/index.md",
    "descriptor": "https://gizza.ai/tools/clock/tool.json"
  },
  "cli": "gizza tool clock",
  "tool": {
    "description": "Return the current date and time in UTC (ISO 8601). Optional tz argument is accepted but ignored in v1.",
    "parameters": {
      "properties": {
        "tz": {
          "description": "IANA timezone name (e.g. 'America/Los_Angeles'). Ignored in v1; always returns UTC.",
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}