Tool tree
Real user monitoring and website performance tools
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"
]
}
}