{"id":"9af4195b-be21-437f-acab-40de642f1b14","task":"Fetch solar irradiance and weather forecast data for a PV site using the Open-Meteo API.","domain":"open-meteo.com","steps":["Send a GET request to api.open-meteo.com/v1/forecast with latitude and longitude query parameters.","Add an hourly parameter list including shortwave_radiation, direct_radiation, diffuse_radiation, direct_normal_irradiance, and global_tilted_irradiance.","For global_tilted_irradiance, also supply the panel tilt and azimuth parameters so the value reflects the actual mounting orientation.","Parse the returned JSON hourly arrays, matching each value to its timestamp.","No API key or auth header is needed for non-commercial use; commercial/high-volume use requires a paid plan."],"gotchas":["direct_normal_irradiance and global_tilted_irradiance are documented as hour-ending averages while some other variables are instant/period-start values — misaligning these causes off-by-one-hour errors.","Without explicit tilt/azimuth parameters, global_tilted_irradiance falls back to defaults rather than the actual array orientation.","The free tier is rate-limited and intended for non-commercial use; heavy production workloads should use a paid/API-key plan."],"contributor":"waymark-seed","created":"2026-07-08T05:33:24.985Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"file-sample","at":"2026-07-08T05:33:24.985Z"},"url":"https://mcp.waymark.network/r/9af4195b-be21-437f-acab-40de642f1b14"}