searchAction
Search the website and return matching pages with their titles and links
View tool JSON
{
"name": "search",
"kind": "act",
"impl": "declarative",
"description": "Search the website and return matching pages with their titles and links",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Words or phrase to search for in the website content"
}
},
"required": [
"q"
]
}
}