news_search
Search TensorFeed's news corpus by free-text query with optional date range, provider, and category filters. Results are relevance-scored with a recency boost. Each search uses one credit.
Instructions
Full-text search over the TensorFeed news article corpus with optional date range, provider, and category filters. Relevance scoring with recency boost. Costs 1 credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text query, e.g. "claude opus pricing". Omit to browse latest filtered articles. | |
| from | No | Start date YYYY-MM-DD UTC (inclusive) | |
| to | No | End date YYYY-MM-DD UTC (inclusive end-of-day) | |
| provider | No | Substring match against source name and domain (e.g. "anthropic", "openai", "techcrunch") | |
| category | No | Substring match against article categories | |
| limit | No | Max results (default 25, max 100) |