← WebMCP Directory

Tool tree

naseej.com

Productivity & Business
https://naseej.com/
Naseej's solutions in digital transformation, cloud solutions, and knowledge management. Empower your educational and business operations
Explore capabilities

Tools verified

page: Every page

get_page_contentAnswer

Get the current page content as structured text

View tool JSON
{
  "name": "get_page_content",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get the current page content as structured text",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
search_siteAnswer

Search this website for content

View tool JSON
{
  "name": "search_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search this website for content",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}