V
VeteranHQ
/analyze_rating_gap
Analyze a rating gap
Use this when a veteran gives a condition name and the percentage currently assigned for it, and wants that percentage compared against the VASRD criteria. Retu
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 /analyze_rating_gap for me.
Input
| Field | Type | Description |
|---|---|---|
| conditionName* | string | Condition to analyze (e.g., "PTSD", "Lumbar strain"). |
| currentPercent* | number | Current VA rating percentage for this condition (e.g., 30, 50, 70). |
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":"/analyze_rating_gap","input":{"conditionName":"...","currentPercent":1}}'cli
npx cracked-ai run -p mcp-app-veteranhq-va-disability-benefits -e /analyze_rating_gap -i '{"conditionName":"...","currentPercent":1}'mcp
run_tool({ provider: "mcp-app-veteranhq-va-disability-benefits", endpoint: "/analyze_rating_gap", input: {"conditionName":"...","currentPercent":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.