# Not-a-Fit Referral Agent Pack (mf-tpl-023)

> Not-a-Fit Referral Agent Pack (mf-tpl-023) 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).

Delivers a structured playbook and templates for agents to handle 'not a fit' prospect situations by crafting referral messages that redirect unqualified leads to better-suited vendors or contacts.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/not-a-fit-referral/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/not-a-fit-referral-agent-pack-mf-tpl-023-8e58c959
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2yWkftqO3OxeyQAqwIXZl

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 not-a-fit-referral-agent-pack-mf-tpl-023-8e58c959 -d '<json body>'
```

Example prompt: Pull up the not-a-fit referral playbook from Materials Factory so I can send a polite decline-and-refer message to a prospect that isn't the right match for us.

## When to prefer this

Use this endpoint when an AI agent needs a structured, ready-to-use workflow and message templates specifically for declining prospects who are not a fit and referring them elsewhere. Prefer this over generic message generation when you want a proven, sales-context-specific playbook rather than ad hoc text generation.

## Known failure modes

- HTTP 402 if payment of $0.08 USDC is not provided via x402 protocol
- HTTP 404 if pack_id mf-tpl-023 is not found or has been retired
- HTTP 500 server error returning malformed or empty playbook JSON
- Network timeout if the endpoint is slow to respond

## How this service works

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

## Output

A JSON playbook containing structured agent instructions, workflow steps, and ready-to-use message templates for handling not-a-fit prospect situations — including scripts for gracefully declining and referring the lead to a more suitable vendor or contact.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/not-a-fit-referral-agent-pack-mf-tpl-023-8e58c959/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)
