find_recommendations
Find RENT-ranked option income candidates (candidates only, not advice) for a ticker. Set defined_risk=true for CREDIT SPREADS (bull put / bear call) instead of single-leg naked selling; omit it and we default to whatever this user actually trades. Output is analysis, not a recommendation to trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| wing | No | Spread width, only meaningful with defined_risk=true: tight = least buying power, wide = more credit. | |
| intent | No | ||
| ticker | Yes | ||
| direction | No | ||
| timeframe | No | target DTE in days, e.g. 21/30/45 (default 30) | |
| defined_risk | No | true = attach a protective long leg → CREDIT SPREAD (bull put / bear call). false = single-leg naked selling. Omit to use what this user actually trades (inferred from their open positions and last pick, never a silent guess — the result says which was used and why). |