live · Productivity & Work · JSON · API for agents
Search Profit Whisperers for pages related to a topic or phrase.
{
"name": "siteSearch",
"kind": "act",
"impl": "imperative",
"description": "Search Profit Whisperers for pages related to a topic or phrase.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The words or phrase to search for on this website.",
"minLength": 2,
"maxLength": 120
},
"limit": {
"type": "integer",
"description": "Maximum number of results to return.",
"minimum": 1,
"maximum": 10,
"default": 5
},
"offset": {
"type": "integer",
"description": "Number of results to skip.",
"minimum": 0,
"default": 0
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/"
}