action worldtimeapi_get_timezone_area { label: "a listing of all timezones available for that area." provider: worldtimeapi method: GET path: "/timezone/{area}" encoding: json input: { type: "object" properties: { area: { type: "string" } } required: ["area"] additionalProperties: false } output: { type: "object" additionalProperties: true } }