quant_fetch_news
Fetch recent news headlines for a US stock ticker. Returns titles, summaries, publication dates, and providers without sentiment analysis, enabling the agent to derive its own sentiment.
Instructions
Fetch recent headlines for a ticker. Data only — no sentiment is computed.
The calling agent reads these and forms its own sentiment to pass to quant_score_decision; this tool deliberately does no interpretation.
Args: params (TickerInput): ticker, response_format.
Returns: str: list of headlines, each with title, summary, published, provider. Empty-list message if none found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |