a2a2p — Agent-to-Agent-to-Physical
AA
a2a2p — Agent-to-Agent-to-Physical
/derive_rectangular_beam_section

derive rectangular beam section

Derive one proposal-only prismatic rectangular beam height from a caller-declared purpose, supported idealized load model, fixed width, explicit elastic modulus

liveunknown~5s typical
mcpa2a2pagent-to-agent-to-physical
$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-com-a2a2p-a2a2p /derive_rectangular_beam_section for me.

Input

FieldTypeDescription
purpose*string
model*string (cantilever_end_load | simply_supported_center_load)
load_n*number
span_mm*number
section_width_mm*number
elastic_modulus_gpa*number
max_deflection_mm*string
allowable_stress_mpa*string
manufacturing_increment_mm*number

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-com-a2a2p-a2a2p","endpoint":"/derive_rectangular_beam_section","input":{"purpose":"...","model":"cantilever_end_load","load_n":1,"span_mm":1,"section_width_mm":1,"elastic_modulus_gpa":1,"max_deflection_mm":"...","allowable_stress_mpa":"...","manufacturing_increment_mm":1}}'
cli
npx cracked-ai run -p mcp-com-a2a2p-a2a2p -e /derive_rectangular_beam_section -i '{"purpose":"...","model":"cantilever_end_load","load_n":1,"span_mm":1,"section_width_mm":1,"elastic_modulus_gpa":1,"max_deflection_mm":"...","allowable_stress_mpa":"...","manufacturing_increment_mm":1}'
mcp
run_tool({ provider: "mcp-com-a2a2p-a2a2p", endpoint: "/derive_rectangular_beam_section", input: {"purpose":"...","model":"cantilever_end_load","load_n":1,"span_mm":1,"section_width_mm":1,"elastic_modulus_gpa":1,"max_deflection_mm":"...","allowable_stress_mpa":"...","manufacturing_increment_mm":1} })

Try it

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