action worldtimeapi_get_timezone_area_location_txt { label: "request the current time for a timezone." provider: worldtimeapi method: GET path: "/timezone/{area}/{location}.txt" encoding: json input: { type: "object" properties: { area: { type: "string" } location: { type: "string" } } required: ["area", "location"] additionalProperties: false } output: { type: "object" additionalProperties: true } }