# Should I Automate This — Decision Rubric (mf-tool-001)

> Should I Automate This — Decision Rubric (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-14).

Returns a structured decision rubric to help evaluate whether a given task or process should be automated

## Facts

- Endpoint: GET https://nwb-vending.com/2nd-pages/materials-factory/tools/should-i-automate/full/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/should-i-automate-this-decision-rubric-mf-tool-001-c6d4f212
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c7rZrUwxAPbnbwcbxX86G

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 should-i-automate-this-decision-rubric-mf-tool-001-c6d4f212
```

Example prompt: Can you run the 'Should I Automate This' rubric from Materials Factory (pack mf-tool-001) on my task — I'm trying to figure out whether to automate our weekly invoice reconciliation process?

## When to prefer this

Use this endpoint when an agent or user needs a structured, repeatable rubric to evaluate automation candidacy for a task or workflow — particularly useful before committing to building automation infrastructure. Prefer this over generic LLM reasoning when you want a consistent, catalog-defined decision framework rather than ad-hoc analysis.

## Known failure modes

- Invalid or missing pack_id returns an error or empty response
- Endpoint unavailable if payment of $0.05 USDC is not processed via x402
- Malformed path parameter :var1 may result in 404 or unexpected content
- Rate limiting or quota errors if called excessively

## How this service works

Should I Automate This decision rubric (mf-tool-001)

## Output

A structured decision rubric with criteria and guidance for evaluating whether a specific task or process is a good candidate for automation, including factors like frequency, complexity, error-proneness, and ROI signals.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "pack_id": {
       "type": "string",
       "const": "mf-tool-001",
       "description": "Materials Factory catalog pack id"
      }
     }
    }
   },
   "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/should-i-automate-this-decision-rubric-mf-tool-001-c6d4f212/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)
