forms
F
forms
/get_form

Get form details

Get full details for one form by its id (from search_forms): description, regulatory citation, the exact fields it collects, and free print / Pass options.

liveverifiedunknown~5s typical
mcpprobedforms
$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-ca-bluecraneworks-forms /get_form for me.

Input

FieldTypeDescription
id*stringForm id, e.g. 'field-level-hazard-assessment'

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-ca-bluecraneworks-forms","endpoint":"/get_form","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-ca-bluecraneworks-forms -e /get_form -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-ca-bluecraneworks-forms", endpoint: "/get_form", input: {"id":"..."} })

Try it

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