Tool tree
Daily news from Puglia and Basilicata, including local reporting, sports and video.
trova_newsAction
Trova gli articoli vicino a te
View tool JSON
{
"name": "trova_news",
"kind": "act",
"impl": "declarative",
"description": "Trova gli articoli vicino a te",
"inputSchema": {
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "Posizione"
},
"radius": {
"type": "number",
"minimum": 1,
"maximum": 100,
"multipleOf": 1,
"description": "Raggio Distanza"
}
},
"required": [
"city"
]
}
}