get_news_headlines
Retrieve financial market news headlines with filtering options for specific sources, search terms, and significance levels to support market analysis.
Instructions
Get latest news headlines for financial markets with filtering options
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many items to return (default: 50, max: 100, min: 1) | |
| major_only | No | When set to true, only returns major/significant news (default: false) | |
| page | No | Page number (use with limit). Starts on page 0 | |
| search_term | No | A search term to filter news headlines by content | |
| sources | No | A comma-separated list of news sources to filter by (e.g., 'Reuters,Bloomberg') |