Score Legacy Feature Vector
kirk_infer_legacyScore a 50-value feature vector against the legacy /v1/infer route on the sealed engine.
Purpose: Backwards-compatible scoring surface for callers that were already targeting the legacy path.
Use when: You have an existing client wired to /v1/infer and need continued MCP access without refactoring.
Do not use when: You are on a fresh integration — prefer kirk_score_book (single-layer, cascade-shaped path). Also do not use in a tight loop against a large corpus: the MCP round-trip is millisecond-scale, and the LLM tool-call cost accrues per book for agent-driven callers. For bulk work, call kirk_bulk_howto first.
Capability class(es): C2 (cross-section entropy scoring), legacy interface.
Path fit: Validation via MCP (this tool). Production integrations run in-process under sealed-engine attestation — same binary sha as this endpoint. Contact Kavara for deployment options.
Cost: 1 IU per call. For agent-driven callers, per-call LLM tokens accrue on top; the response _cost envelope surfaces both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 50 floats. kirk-server renders these internally into the 50-element sample the sealed engine consumes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||