steel-tools
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

FieldTypeDescription
company_name*stringContractor issuing the RFI — appears in the header
company_locationstring
rfi_number*stringRFI number from the project register, e.g. "RFI-017"
date*stringSubmission date
project_name*string
project_numberstring
submitted_to*stringThe party who must respond — engineer, architect, GC
submitted_by*stringName — company
reasonstringCategory: Design Omission, Design Error, Constructability Issue, Scope Clarification, Site
drawing_refsarrayExact drawing numbers with revisions
spec_refsarray
subject*stringOne-line subject — one issue per RFI
description*stringThe issue: specific references, what is missing or conflicting, why it matters. Newlines r
proposed_solutionstringSuggested path forward, framed as a proposal
response_needed_bystring
attachmentsarray

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.