← WebMCP Directory

Tool tree

al-marsd.com

Media & Personal
https://al-marsd.com/
Al-Marsd — Saudi online news site covering local events, sports and current affairs.
Explore capabilities

Tools verified

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": "/"
}