chat_get_cockpit_ledger_detail
Fetch recent ledger events, artifacts, and status for a chat cockpit session from local IDE JSON files. Inspect session progress without modifying Unreal or using credits.
Instructions
Return bounded IDE companion ledger detail for the MCP Chat cockpit.
The packet includes recent ledger events, per-event artifacts, artifact kinds, phase index data, latest status, and latest work order. It only reads local IDE companion ledger JSON files and never mutates Unreal, calls providers, or spends credits.
Args: session: Chat/companion session name to match when ledger_path is omitted. ledger_path: Optional ledger path from a cockpit overview or session list. event_index: Optional 1-based event index for single-event drilldown. limit: Maximum recent events to return when event_index is omitted. artifact_limit: Maximum artifacts to return per event.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#d27-chat-cockpit-ledger-detail Example: chat_get_cockpit_ledger_detail(session="ide-companion")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| session | No | ||
| event_index | No | ||
| ledger_path | No | ||
| artifact_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |