get_news
Retrieve recent news articles for any TradingView symbol. Optionally fetch full article text for deep analysis by setting fetch_body=True.
Instructions
Get recent news articles and optional full text markdown for a TradingView symbol.
Context Window Safety (Lazy Loading):
By default,
fetch_body=Falseis used to return only headlines, source, and short summaries.If you need the full text of an article for deep analysis or summarization, call this tool again with
fetch_body=Trueand a smalllimit(e.g. 1 or 2) to avoid overloading the context window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The TradingView symbol, e.g. "NASDAQ:AAPL". | |
| limit | No | Max number of news articles to return (default: 10). | |
| lang | No | Language filter, e.g. "en" (English), "ja" (Japanese). | en |
| fetch_body | No | Set to True to fetch full text markdown. Defaults to False for context efficiency. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |