equity_analyze_ticker
Aggregate insider trading, superinvestor holdings, and price context into a single confidence-weighted verdict with per-source breakdown.
Instructions
Run a full multi-source analysis of a stock and return one scored verdict.
Fans out to every available source in parallel (price context, insider Form 4 activity, superinvestor holdings) and blends the directional signals into a confidence-weighted verdict from -100 (Bearish/AVOID) to +100 (Bullish/BUY), with a per-source breakdown. Sources that have no data are reported as "no signal" and excluded from the score rather than guessed.
This is the primary tool — prefer it for "should I look at X?" questions; use the individual tools when you only need one dimension.
Args: params: ticker (str) and response_format ('markdown'|'json').
Returns: str: Markdown verdict with gauge, action, signal-breakdown table, and each source's one-line takeaway; or JSON with the full verdict + raw signals.
Examples: - "Give me a full read on Microsoft" -> ticker='MSFT' - "Should I be looking at PLTR?" -> ticker='PLTR'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |