Skip to content
Lumindocs
UseBuild
Open Lumin
All tools

Advanced techniques

Serial Horary Trend Across Multiple Sessions (KP T22)

get_horary_serial

For an ongoing situation (court case, prolonged job search, long illness), the practitioner casts horary charts at intervals and tracks how the CSL signification evolves. Pass at least 2 session moments and a topic; the engine builds each chart, runs the topic CSL verdict, and emits per-session snapshots (verdict, coverage_pct, supporting/detrimental houses, delta vs previous). Trend mapping: OSCILLATING, RESOLUTION_NEAR (coverage trending up, verdict improving), WORSENING (coverage falling, new detrimental houses), STABLE_FAVORABLE, or STABLE_UNFAVORABLE. T22 from docs/KP/3.Advance Techniques KP.md.

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_horary_serial",
    "arguments": {}
  }
}

Engine endpoint

This tool delegates to the kp-engine endpoint:

POST /v1/kp/horary/serial

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