Tool tree
Al-Marsd — Saudi online news site covering local events, sports and current affairs.
page: Every page
search-newsAnswer
Search for news and sport articles on al-marsd.com
View tool JSON
{
"name": "search-news",
"kind": "answer",
"impl": "imperative",
"description": "Search for news and sport articles on al-marsd.com",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query in Arabic or English"
}
},
"required": [
"query"
]
},
"page": "/"
}get-latest-newsAnswer
Get the latest news articles from al-marsd.com
View tool JSON
{
"name": "get-latest-news",
"kind": "answer",
"impl": "imperative",
"description": "Get the latest news articles from al-marsd.com",
"inputSchema": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "Number of articles to return",
"default": 10
}
}
},
"page": "/"
}get-latest-sportAnswer
Get the latest sport articles from al-marsd.com
View tool JSON
{
"name": "get-latest-sport",
"kind": "answer",
"impl": "imperative",
"description": "Get the latest sport articles from al-marsd.com",
"inputSchema": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "Number of articles to return",
"default": 10
}
}
},
"page": "/"
}