Go from thousands of tickers to one thesis: filter the universe, then pull everything on the most interesting name.

## The flow

1. **Screen.** `ScreenStocks` combines range filters across market cap, price, 13F filer count and its change, short interest, days to cover, the squeeze and insider-sentiment scores, net insider buying, and the going-concern flag.
2. **See who owns it.** `GetTopHolders` for the biggest institutions; `GetTopBuyersSellers` for who added and trimmed last quarter.
3. **Check the insiders and Congress.** `GetInsiderTransactions` and `GetInsiderSentimentScores`, plus `GetCongressionalTrades`.
4. **Read the fundamentals and valuation.** `GetFinancialStatement` and `GetValuationMultiples` in context of the industry.
5. **Get the story.** `SearchCompanyDocuments` or `GetEarningsBrief` for the qualitative picture.

## Prompt

> Screen for profitable $2B+ software names trading under 6× EV/Revenue, then give me the full picture on the most interesting one — top holders, recent insider activity, last quarter's numbers, and how its valuation compares to peers.

## What you get

A shortlist you set the rules for, then a one-name deep dive that would otherwise take a dozen tabs — ownership, insider signal, fundamentals, and valuation, all sourced.