get_decision_detail
Retrieve the complete details of a previously summarized decision, including rationale, context, consequences, and alternatives.
Instructions
Expand one decision to its full detail.
Recall surfaces (get_relevant_context, get_project_decisions, get_session_decisions) return decisions summary-only to keep context lean. Use this to pull the full reasoning for a single decision you want to open — pay for detail only where you ask for it.
Inputs:
decisionId: the decision to expand (theid/decisionIdfrom a recall result).
Returns the decision's rationale, context, consequences, alternatives, symptom, appliesWhen, and related metadata. found: false when the id is unknown in this repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | Yes | Local path to the repository root | |
| decisionId | Yes | The decision ID to expand (from a recall result, e.g. get_relevant_context) | |
| forkAuthor | No | Fork attribution; usually resolved by Muninn automatically — pass only for override / testing. | |
| repoOrigin | No | Git remote origin URL. Auto-detected from repoPath via git if not provided. | |
| workspaceId | No | Workspace identifier; usually resolved by Muninn automatically — pass only for override / testing. |