← WebMCP Directory

Tool tree

theearlyhour.com

Media & Personal
https://theearlyhour.com/
Royal Reels casino information website
Explore capabilities

Tools verified

get_page_summaryAnswer

Return a short text summary of the current page.

View tool JSON
{
  "name": "get_page_summary",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return a short text summary of the current page.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
get_site_discoveryAnswer

Return public agent discovery URLs for this website.

View tool JSON
{
  "name": "get_site_discovery",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return public agent discovery URLs for this website.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
search_page_textAnswer

Search visible text on the current page for a keyword.

View tool JSON
{
  "name": "search_page_text",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search visible text on the current page for a keyword.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Keyword to search for on the page."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}