get_sources
Retrieve news sources by specifying category and country parameters, enabling targeted access to relevant content within the Multi-MCPs server.
Instructions
List news sources
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | ||
country | No |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"type": "string"
},
"country": {
"type": "string"
}
},
"type": "object"
}