V
VeteranHQ
/find_secondary_conditions
Find secondary conditions
Use this when a veteran names a service-connected condition and asks what other conditions can follow from it. Returns conditions on file as medically linked to
liveunknown~5s typical
mcpveteranhq
$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-app-veteranhq-va-disability-benefits /find_secondary_conditions for me.
Input
| Field | Type | Description |
|---|---|---|
| primaryCondition* | string | Primary service-connected condition to search against (e.g., "PTSD", "Lumbar strain"). Par |
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-app-veteranhq-va-disability-benefits","endpoint":"/find_secondary_conditions","input":{"primaryCondition":"..."}}'cli
npx cracked-ai run -p mcp-app-veteranhq-va-disability-benefits -e /find_secondary_conditions -i '{"primaryCondition":"..."}'mcp
run_tool({ provider: "mcp-app-veteranhq-va-disability-benefits", endpoint: "/find_secondary_conditions", input: {"primaryCondition":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.