get_recent_news
Fetch recent financial news stories from sellthenews.org with filtering options for language, sources, and market relevance.
Instructions
Fetch the latest news stories from sellthenews.org, including editorially pinned stories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of stories to return (default: 15) | |
| offset | No | Number of stories to skip for pagination | |
| lang | No | Language code, e.g. 'en' or 'zh' | |
| sources | No | Source filter as a comma-separated string or string array | |
| marketOnly | No | Set to true to show only market-related news |