eurorack
E
eurorack
/find_role_realizations

Find Role Realizations

For a (technique_id, role_id) pair, return modules that can fill the role, ranked by affordance match. Use this when the user has named a technique and you nee

liveverifiedunknown~5s typical
mcpprobedeurorack
$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-eurorackref-eurorack /find_role_realizations for me.

Input

FieldTypeDescription
technique_id*string
role_id*string
available_modulesarray

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-eurorackref-eurorack","endpoint":"/find_role_realizations","input":{"technique_id":"...","role_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-eurorackref-eurorack -e /find_role_realizations -i '{"technique_id":"...","role_id":"..."}'
mcp
run_tool({ provider: "mcp-com-eurorackref-eurorack", endpoint: "/find_role_realizations", input: {"technique_id":"...","role_id":"..."} })

Try it

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