AA
a2a2p — Agent-to-Agent-to-Physical
/explore_rectangular_beam_sections
explore rectangular beam sections
Evaluate 2 to 12 caller-declared rectangular beam widths through the canonical bounded height derivation, then return every proposal and the exact non-dominated
liveunknown~5s typical
mcpa2a2p—agent-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 /explore_rectangular_beam_sections for me.
Input
| Field | Type | Description |
|---|---|---|
| purpose* | string | |
| model* | string (cantilever_end_load | simply_supported_center_load) | |
| load_n* | number | |
| span_mm* | number | |
| elastic_modulus_gpa* | number | |
| max_deflection_mm* | string | |
| allowable_stress_mpa* | string | |
| manufacturing_increment_mm* | number | |
| section_width_options_mm* | array | Finite caller-owned width set. Input order has no decision meaning and is normalized ascen |
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":"/explore_rectangular_beam_sections","input":{"purpose":"...","model":"cantilever_end_load","load_n":1,"span_mm":1,"elastic_modulus_gpa":1,"max_deflection_mm":"...","allowable_stress_mpa":"...","manufacturing_increment_mm":1,"section_width_options_mm":[]}}'cli
npx cracked-ai run -p mcp-com-a2a2p-a2a2p -e /explore_rectangular_beam_sections -i '{"purpose":"...","model":"cantilever_end_load","load_n":1,"span_mm":1,"elastic_modulus_gpa":1,"max_deflection_mm":"...","allowable_stress_mpa":"...","manufacturing_increment_mm":1,"section_width_options_mm":[]}'mcp
run_tool({ provider: "mcp-com-a2a2p-a2a2p", endpoint: "/explore_rectangular_beam_sections", input: {"purpose":"...","model":"cantilever_end_load","load_n":1,"span_mm":1,"elastic_modulus_gpa":1,"max_deflection_mm":"...","allowable_stress_mpa":"...","manufacturing_increment_mm":1,"section_width_options_mm":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.