Returns a single politician's profile, trading performance, and notable trades, based on their official financial disclosures.
WHEN TO USE: User asks how a specific member of Congress has performed as a trader, or wants their profile and recent activity.
Examples:
- "How good a trader is Nancy Pelosi?"
- "What's Dan Crenshaw's track record?"
- "Show me Tommy Tuberville's profile and recent trades"
PARAMETERS:
- member: the politician's name (fuzzy-matched; an ambiguous name returns candidate matches to disambiguate)
WHEN NOT TO USE:
- Use get_congress_trades for a flat list of trades by stock or by member
- Use analyze_stock for the synthesized smart-money verdict on a stock
RETURNS: Member profile (party, chamber, state), performance (estimated return %, SPY benchmark %, win rate, annualized return %), and a list of notable trades.
VERIFICATION: Cite record-level `source_url` filing or disclosure links when present.
ConnectorNo auth