AFMR Discovery
AD
AFMR Discovery
/lookup_failure_mode

Look up AFMR failure modes

Find exact AFMR 1.0 failure-mode records by permanent ID or bounded text query.

liveverifiedunknown~5s typical
mcpprobedafmrdiscovery
$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-ai-afmr-discovery /lookup_failure_mode for me.

Input

FieldTypeDescription
idstringExact permanent family identifier, for example AFMR-F010.
querystringText matched against ID, name, definition, and class.
limitinteger default 5

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-ai-afmr-discovery","endpoint":"/lookup_failure_mode","input":{"limit":5}}'
cli
npx cracked-ai run -p mcp-ai-afmr-discovery -e /lookup_failure_mode -i '{"limit":5}'
mcp
run_tool({ provider: "mcp-ai-afmr-discovery", endpoint: "/lookup_failure_mode", input: {"limit":5} })

Try it

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