ingest_ticket_logs
Parse and semantically chunk log files for a ticket, then embed and store them. Enables natural-language queries across logs using hybrid dense and BM25 retrieval with original provenance.
Instructions
Parse, semantically chunk, embed, and store all log files for a ticket.
Reads raw files the Jira MCP downloaded to <data_dir>/logs/<ticket_id>/
(or an explicit paths list). Chunks are entry-aware and token-budgeted
for Claude Sonnet/Opus. Returns ingestion stats including token distribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | ||
| ticket_id | Yes |