Skip to content
Lumindocs
UseBuild
Open Lumin
All tools

Advanced techniques

Sport Match Winner Lens (KP, two-contestant)

get_sport_outcome

Per contestant: natalScore = cov[1,5,11] minus 0.5x cov[6,7], plus match-day amplifiers (RP overlap x 5, match-start Lagna sub-lord in contestant RPs +10). Returns likelyWinner, runnerUp, and margin (CLEAR if delta is at least 15, NARROW if at least 5, otherwise EVEN_MATCH). Entertainment and curiosity lens only; never a betting recommendation, sportsbook signal, or wagering advice.

Parameters

No parameters. This tool reads its inputs from the conversation context.

Example call

Send the request as a standard MCP tools/call:

POST https://mcp.lumin.guru/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_sport_outcome",
    "arguments": {}
  }
}

Engine endpoint

This tool delegates to the kp-engine endpoint:

POST /v1/kp/sport-outcome

The engine is a private internal service. All public access flows through the MCP server, which handles auth, rate limiting, and response compaction.