V
VeteranHQ
/calculate_rolling_window
Check a 12-month absence window
Use this when a veteran supplies dates of incapacitating episodes and the question involves the 38 CFR 4.71a formula for rating intervertebral disc syndrome on
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 /calculate_rolling_window for me.
Input
| Field | Type | Description |
|---|---|---|
| absencePeriods* | array | Array of absence periods. Each must have at least a startDate. |
| referenceDate | string | The reference date for the 12-month rolling window (YYYY-MM-DD). Defaults to today. Typica |
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":"/calculate_rolling_window","input":{"absencePeriods":[]}}'cli
npx cracked-ai run -p mcp-app-veteranhq-va-disability-benefits -e /calculate_rolling_window -i '{"absencePeriods":[]}'mcp
run_tool({ provider: "mcp-app-veteranhq-va-disability-benefits", endpoint: "/calculate_rolling_window", input: {"absencePeriods":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.