taskrail
T
taskrail
/check_products_compatibility

check products compatibility

Check whether two exact products are compatible. Use for requests like “will this fit,” “does this work with,” “compatible with,” or “is an adapter needed?” It

liveunknown~5s typical
mcptaskrail
$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-alamavar-taskrail-taskrail /check_products_compatibility for me.

Input

FieldTypeDescription
primary_product*stringThe product, device, vehicle, or system the candidate must work with
candidate_product*stringThe accessory, part, consumable, adapter, or component being checked
required_usestringOptional explanation of the intended use
vehicle_vinstringOptional 17-character VIN for authoritative NHTSA vehicle identification

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-alamavar-taskrail-taskrail","endpoint":"/check_products_compatibility","input":{"primary_product":"...","candidate_product":"..."}}'
cli
npx cracked-ai run -p mcp-com-alamavar-taskrail-taskrail -e /check_products_compatibility -i '{"primary_product":"...","candidate_product":"..."}'
mcp
run_tool({ provider: "mcp-com-alamavar-taskrail-taskrail", endpoint: "/check_products_compatibility", input: {"primary_product":"...","candidate_product":"..."} })

Try it

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