# NWB Vending – Should I Automate? Rules Pack (mf-tool-001)

> NWB Vending – Should I Automate? Rules Pack (mf-tool-001) is a paid API for AI agents from nwb-vending.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a structured decision-rule set that helps a small business owner or agent determine whether a given task or workflow is a good candidate for automation.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/tools/should-i-automate/full/rules.json
- 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/nwb-vending-should-i-automate-rules-pack-mf-tool-001-8375ee33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sdA_BUSyZ6Y1Z6MLjUwRR

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 nwb-vending-should-i-automate-rules-pack-mf-tool-001-8375ee33 -d '<json body>'
```

Example prompt: Pull up the 'Should I Automate?' rules pack from NWB Vending's Materials Factory so I can evaluate whether my invoice-follow-up process is worth automating.

## When to prefer this

Choose this endpoint when an AI agent or small business owner needs a structured, reusable decision framework to evaluate automation candidates — particularly for small business contexts in trades or service industries. Prefer this over general LLM reasoning when you want a consistent, versioned rule set rather than ad-hoc advice.

## Known failure modes

- Invalid or missing pack_id returns an error or empty response
- Endpoint returns HTTP 402 if payment is not completed via x402 protocol
- Stale or mismatched version if the rule set has been updated without cache invalidation
- Network timeout if the nwb-vending.com host is unreachable

## How this service works

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

## Output

A JSON object containing a versioned rule set (version 2.0.0, artifact mf-tool-001) targeted at AI agents, providing structured criteria and decision rules for evaluating whether a small business task or workflow should be automated.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nwb-vending-should-i-automate-rules-pack-mf-tool-001-8375ee33/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)
