# TenderDelta Daily EU Energy Tender Action Brief

> TenderDelta Daily EU Energy Tender Action Brief is a paid API for AI agents from tenderdelta-preview.mooncakemonkey1.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a daily brief of new EU energy tender publications, official changes, and tenders with deadlines due within seven days from the TED database

## Facts

- Endpoint: GET https://tenderdelta-preview.mooncakemonkey1.workers.dev/x402/v1/daily-action-brief
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenderdelta-daily-eu-energy-tender-action-brief-f02d9981
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CTOEjAoUs3a1UeUEMxi2g

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenderdelta-daily-eu-energy-tender-action-brief-f02d9981
```

Example prompt: Pull today's EU energy tender action brief — I need to see any newly published tenders, official change notices, and anything with a deadline due in the next seven days.

## When to prefer this

Choose this endpoint when you need a consolidated, time-sensitive daily overview of EU energy procurement activity — specifically new publications, amendments, and imminent deadlines — rather than an ad-hoc search. It is ideal for automated morning briefing workflows, procurement monitoring agents, and bid management tools that need a push-style daily digest rather than a pull-style query. Prefer the sibling search endpoint when you need to query by specific criteria (e.g. solar-only, by region, or by contract value); use this endpoint for the structured daily 'what happened today and what's urgent' snapshot.

## Known failure modes

- No new tenders published on a given day (e.g. weekends or public holidays) — brief may return empty sections
- Payment failure or insufficient USDC balance blocking the $0.05 x402 micropayment
- Stale TED snapshot if data feed has not refreshed — results may lag behind actual TED publication times
- Network timeout on the worker endpoint under high load
- Malformed or empty response if the upstream TED data source is temporarily unavailable

## How this service works

Get strict daily EU energy tender additions, newly published official changes, and deadlines due within seven days

## Output

A structured daily brief containing: (1) newly published EU energy tender additions from the current day, (2) officially published change notices with relevant deltas, and (3) a list of active tenders whose submission deadlines fall within the next seven days — including tender identifiers, titles, publication dates, and deadline dates.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenderdelta-daily-eu-energy-tender-action-brief-f02d9981/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenderdelta-preview.mooncakemonkey1.workers.dev](https://www.zero.xyz/host/tenderdelta-preview.mooncakemonkey1.workers.dev/llms.txt)
