name: forecast-ops description: Use this skill when another agent needs to run spline-lstm forecasting workflows (validate/preview adjusted inputs, execute forecast jobs, and use Tollama-compatible endpoints).
Forecast Ops Skill
Use this skill when an agent needs to orchestrate Phase 6 forecast operations through API calls.
Workflow
- Health check:
GET /api/v1/health - Validate adjusted inputs:
POST /api/v1/forecast/validate-inputs - Preview adjusted forecast:
POST /api/v1/forecast/preview - Execute adjusted run:
POST /api/v1/forecast/execute-adjusted - Validate covariate schema/payload:
POST /api/v1/covariates/validate - Poll job status:
GET /api/v1/jobs/{job_id} - Retrieve artifacts/metrics as needed.
- Poll job status:
GET /api/v1/jobs/{job_id} - Retrieve artifacts/metrics as needed.
Agent / MCP Discovery
- Tool list:
GET /api/v1/agent/tools - MCP capability schema:
GET /api/v1/mcp/capabilities - Tool invoke contract:
POST /api/v1/agent/tools:invoke - For safe retries, send
x-idempotency-keyheader when invoking tools.
Tollama-compatible Endpoints
GET /api/tagsPOST /api/generatePOST /api/chat
If stream=true, parse newline-delimited JSON chunks (application/x-ndjson).
Pilot Safety
- Rollout/status probe:
GET /api/v1/pilot/readiness - Kill-switches are exposed in readiness payload under
kill_switches.
Scripts
scripts/phase6_quickcheck.shperforms a minimal end-to-end API sanity check.