P

profitwhisperers.com

Profit Whisperers™ shows entrepreneurs how to instantly spend less and, over time, sell more.

1act
https://profitwhisperers.com/

live · Productivity & Work · JSON · API for agents

Tools 1 tool

siteSearchact

Search Profit Whisperers for pages related to a topic or phrase.

View tool JSON
{
  "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": "/"
}