S
steel-tools
/steel_rfi_generate
RFI Document Generator
Generate a formal Request for Information PDF from structured fields — header, meta grid, subject, description, proposed solution, attachments, and a blank resp
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_rfi_generate for me.
Input
| Field | Type | Description |
|---|---|---|
| company_name* | string | Contractor issuing the RFI — appears in the header |
| company_location | string | |
| rfi_number* | string | RFI number from the project register, e.g. "RFI-017" |
| date* | string | Submission date |
| project_name* | string | |
| project_number | string | |
| submitted_to* | string | The party who must respond — engineer, architect, GC |
| submitted_by* | string | Name — company |
| reason | string | Category: Design Omission, Design Error, Constructability Issue, Scope Clarification, Site |
| drawing_refs | array | Exact drawing numbers with revisions |
| spec_refs | array | |
| subject* | string | One-line subject — one issue per RFI |
| description* | string | The issue: specific references, what is missing or conflicting, why it matters. Newlines r |
| proposed_solution | string | Suggested path forward, framed as a proposal |
| response_needed_by | string | |
| attachments | array |
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_rfi_generate","input":{"company_name":"...","rfi_number":"...","date":"...","project_name":"...","submitted_to":"...","submitted_by":"...","subject":"...","description":"..."}}'cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_rfi_generate -i '{"company_name":"...","rfi_number":"...","date":"...","project_name":"...","submitted_to":"...","submitted_by":"...","subject":"...","description":"..."}'mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_rfi_generate", input: {"company_name":"...","rfi_number":"...","date":"...","project_name":"...","submitted_to":"...","submitted_by":"...","subject":"...","description":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.