← WebMCP Directory

Tool tree

rumvision.com

Developer Tools
https://www.rumvision.com/
Real user monitoring and website performance tools
Explore capabilities

Tools verified

search_helpAnswer

Search RUMvision Help Center and blog documentation.

View tool JSON
{
  "name": "search_help",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search RUMvision Help Center and blog documentation.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Concise English RUMvision-related search terms."
      },
      "module": {
        "type": "string",
        "enum": [
          "help",
          "blog"
        ]
      }
    },
    "required": [
      "query"
    ]
  }
}