get_top_headlines
Fetch top headlines by specific country and category using a unified API tool. Streamline news aggregation and stay informed with targeted updates.
Instructions
Get top headlines by country and category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | ||
country | No |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"type": "string"
},
"country": {
"type": "string"
}
},
"type": "object"
}