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
| Field | Type | Description |
|---|---|---|
| company_name* | string | Contractor raising the NCR — appears in the header |
| company_location | string | |
| ncr_number* | string | NCR number from the project register, e.g. "NCR-008" |
| date* | string | Date raised |
| project_name* | string | |
| project_number | string | |
| raised_by* | string | Name — role |
| trade_or_supplier | string | |
| location | string | Area, level, grid, or piece mark |
| description* | string | What was found, measured against what was required |
| requirement_violated* | string | The cited requirement — spec section, drawing/detail, or code clause. An NCR without a cit |
| containment | string | What was done on the spot — quarantine, stop work, tag |
| root_cause | string | |
| root_cause_whys | array | 5-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_justification | string | Required in practice for accept-as-is — the concession basis |
| corrective_action | string | Bringing this instance into compliance |
| preventive_action | string | Stopping 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.