# Client Status Update Agent Pack (mf-tpl-013)

> Client Status Update Agent Pack (mf-tpl-013) 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-14).

Retrieves a structured agent playbook for communicating client status updates in a professional workflow context

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/client-status-update/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/client-status-update-agent-pack-mf-tpl-013-bb961cee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_51PbeHqsEEv6UuCjDUYxe

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 client-status-update-agent-pack-mf-tpl-013-bb961cee -d '<json body>'
```

Example prompt: Pull up the Materials Factory client status update playbook (pack mf-tpl-013) so I can get the templates and workflow scripts for notifying my client about where their job stands right now.

## When to prefer this

Choose this endpoint when you need a ready-made, agent-executable playbook specifically for client status update communications — particularly in B2B or trade/vending contexts where structured messaging templates and workflow guidance are required. Prefer over generic text generation when you want consistent, pre-validated communication scripts rather than ad-hoc LLM output.

## Known failure modes

- HTTP 402 Payment Required if x402 payment of $0.08 USDC is not included
- HTTP 404 if the pack_id is invalid or the template has been removed
- Malformed JSON response if the endpoint is unavailable or the server errors
- Empty or incomplete playbook if the template catalog entry is a stub

## How this service works

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

## Output

Returns a JSON playbook containing structured templates, scripts, and workflow modules an AI agent can use to compose and deliver professional client status update communications, including message frameworks, decision trees, and suggested language for various status scenarios.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/client-status-update-agent-pack-mf-tpl-013-bb961cee/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)
