health
H
health
/get_biomarkers_for_supplement

get biomarkers for supplement

Find which biomarkers are affected by a given supplement. Returns direction (up/down), confidence, dose, and health goal mapping.

liveverifiedunknown~5s typical
mcpprobedhealth
$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-aviado-health /get_biomarkers_for_supplement for me.

Input

FieldTypeDescription
supplement*stringSupplement name (e.g., 'fish oil', 'curcumin', 'vitamin D3')
limitintegerMax results (default 25, max 100) default 25

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-aviado-health","endpoint":"/get_biomarkers_for_supplement","input":{"supplement":"...","limit":25}}'
cli
npx cracked-ai run -p mcp-ai-aviado-health -e /get_biomarkers_for_supplement -i '{"supplement":"...","limit":25}'
mcp
run_tool({ provider: "mcp-ai-aviado-health", endpoint: "/get_biomarkers_for_supplement", input: {"supplement":"...","limit":25} })

Try it

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