get_company_brief
The full multi-source SNAPSHOT of a company — one call that gathers every source and synthesises them. Reach for this when you want the whole picture of a company at once, or to compare several companies side by side (pass several entities).
Sector and industry, market cap and short interest, financials with growth and margin, price
and RSI, flow-based sentiment, recent insider trades and 8-K news, corporate actions, upcoming
catalysts, congressional activity, and the market backdrop.
This is the SLOW, heavy option: it fans out across many upstream sources and can take several
seconds. It is the wrong tool for a narrower question — those have instant, cached tools: the
standing investment case (whether the thesis holds together) is get_thesis; whether the
narrative matches the reported numbers is get_thesis with view="story"; how one specific figure
moves the case is get_thesis_impact; and one specific data type — prices, filings, ownership, an
analyst view, and so on — is that data type's own tool. The brief is for when all of it together
is actually wanted.
Assembling this snapshot from the individual tools takes eight calls and roughly 13,000 tokens;
this is about a tenth of that because lists are summarised rather than dumped. Reach for the
specific tools when you need full detail — history, every holding, a filing section.
since: an ISO date. Turns the brief from a snapshot into a WINDOW — event sections report only
what landed after that date, and price reports the move across it instead of the last close.
response_mode: "plain" gives a short beginner-friendly explanation, "raw" omits thesis
interpretation, and "standard"/"deep" preserve the complete current response.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| entity | No | ||
| entities | No | ||
| with_market | No | ||
| reading_level | No | ||
| response_mode | No | standard |