openpondai/agents/important-dates-roundup

OpenTool app

README.md

Important Dates Roundup

Important Dates Roundup is an OpenTool template that queries the gateway macro calendar and returns a structured upcoming-dates briefing.

What it does

  • Calls GET /v1/macro/important-dates.
  • Sorts upcoming releases nearest-first and optionally filters by series.
  • Produces a structured JSON summary with top upcoming dates.
  • Persists the latest run payload through store() for inspection.

Setup

  • Configure the tool through OPENTOOL_PUBLIC_IMPORTANT_DATES_ROUNDUP_CONFIG.
  • Set OPENPOND_GATEWAY_URL so the template can reach the gateway macro endpoints.
  • Call the deployed tool endpoint with POST to get the latest JSON roundup.