steel-tools
S
steel-tools
/steel_ncr_generate

NCR Document Generator

Generate a formal Nonconformance Report PDF: identification, description, the violated requirement, containment, root cause (prose or 5-Whys chain), disposition

liveunknown~5s typical
mcpsteel-tools
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-structupath-steel-tools /steel_ncr_generate for me.

Input

FieldTypeDescription
company_name*stringContractor raising the NCR — appears in the header
company_locationstring
ncr_number*stringNCR number from the project register, e.g. "NCR-008"
date*stringDate raised
project_name*string
project_numberstring
raised_by*stringName — role
trade_or_supplierstring
locationstringArea, level, grid, or piece mark
description*stringWhat was found, measured against what was required
requirement_violated*stringThe cited requirement — spec section, drawing/detail, or code clause. An NCR without a cit
containmentstringWhat was done on the spot — quarantine, stop work, tag
root_causestring
root_cause_whysarray5-Whys chain, first why to root; overrides root_cause
resolution*string (accept-as-is | repair | rework | reject)Disposition: accept-as-is (no physical work), repair, rework, or reject
resolution_justificationstringRequired in practice for accept-as-is — the concession basis
corrective_actionstringBringing this instance into compliance
preventive_actionstringStopping recurrence — procedure, inspection, supplier

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-structupath-steel-tools","endpoint":"/steel_ncr_generate","input":{"company_name":"...","ncr_number":"...","date":"...","project_name":"...","raised_by":"...","description":"...","requirement_violated":"...","resolution":"accept-as-is"}}'
cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_ncr_generate -i '{"company_name":"...","ncr_number":"...","date":"...","project_name":"...","raised_by":"...","description":"...","requirement_violated":"...","resolution":"accept-as-is"}'
mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_ncr_generate", input: {"company_name":"...","ncr_number":"...","date":"...","project_name":"...","raised_by":"...","description":"...","requirement_violated":"...","resolution":"accept-as-is"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.