# Deposit Reminder Agent Pack (mf-tpl-016)

> Deposit Reminder Agent Pack (mf-tpl-016) is a paid API for AI agents from nwb-vending.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns a structured agent playbook for sending deposit reminder communications to clients, including templates and workflow guidance.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/deposit-reminder/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deposit-reminder-agent-pack-mf-tpl-016-28b0a5ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iaOQNOrF0bmu6WbbBb0RF

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 deposit-reminder-agent-pack-mf-tpl-016-28b0a5ee -d '<json body>'
```

Example prompt: I need to send a deposit reminder to a client who hasn't paid yet — pull up the Materials Factory deposit reminder agent pack (mf-tpl-016) so I can get the playbook and message templates to follow up professionally.

## When to prefer this

Use this endpoint when you need a ready-made, structured agent playbook for deposit reminder communications — specifically when automating or templating outreach to clients who owe a deposit. Prefer this over generic messaging tools when you want a complete workflow pack with scripts and modules tailored for this specific business scenario.

## Known failure modes

- Invalid or missing pack_id returns empty or error response
- Network/payment failure returns 402 or connection error
- Endpoint unavailable returns 5xx error
- Malformed request returns 400 bad request

## How this service works

NWB Vending. Practical solutions for small business problems in Kuna, Idaho.

## Output

A JSON playbook containing structured agent workflow instructions, message templates, and communication scripts specifically designed for reminding clients about outstanding deposits — part of the Materials Factory template catalog.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "2.0.0",
  "artifact": "mf-tpl-016",
  "audience": "agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deposit-reminder-agent-pack-mf-tpl-016-28b0a5ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nwb-vending.com](https://www.zero.xyz/host/nwb-vending.com/llms.txt)
