decision
Delivers structured decision intelligence with confidence score and risk assessment. Input your goal and question, and receive a clear recommendation, reasoning, and risk level. Designed for binary or multi-option choices with real stakes.
Instructions
Structured decision intelligence with confidence score and risk assessment.
Returns a clear recommendation (decision), a confidence score (0.0–1.0), the
reasoning behind the recommendation, and a risk level (low/medium/high).
Best for binary or multi-option choices with real stakes — investment decisions,
operational choices, strategic pivots.
Cost: ~1000 sats per call.
Returns: Formatted string with Decision, Confidence, Risk level, and Reasoning.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The overall objective guiding the decision. Examples: 'Maximize BTC returns with controlled drawdown', 'Preserve capital during high-volatility periods', 'Grow a Lightning node business sustainably' | |
| question | Yes | The specific decision question requiring a recommendation. Examples: 'Should I increase BTC exposure now?', 'Should I open a new Lightning channel to this peer?', 'Should I take profit at current levels?' | |
| context | No | Background context that informs the decision: market conditions, portfolio state, constraints, recent events. The richer the context, the more accurate the decision. Example: 'Portfolio: 60% BTC, 30% bonds, RSI=42, trend=uptrend, 3-month horizon' | |
| risk_limit | No | Maximum acceptable risk level for the recommendation. One of: 'low' (conservative, capital preservation priority), 'medium' (balanced risk/reward, default), 'high' (aggressive, growth priority) | medium |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |