search_news
Retrieve news articles by specifying a query and optional date range using this tool on the Multi-MCPs server. Stay informed with aggregated content from multiple sources.
Instructions
Search news articles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_date | No | ||
| query | Yes | ||
| to_date | No |
Input Schema (JSON Schema)
{
"properties": {
"from_date": {
"type": "string"
},
"query": {
"type": "string"
},
"to_date": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}