P

pickcrest.com

PickCrest publishes clear, value-focused product shortlists, buyer guides, and comparison pages for practical online shoppers.

2read
https://pickcrest.com/

live · Commerce · JSON · API for agents

Tools 2 tools

find_cat_toy_guideread

Find the most relevant PickCrest cat toy buyer guide for a shopper need, such as quiet apartment toys, puzzle feeders, automatic toys, durable toys, or starter kits.

View tool JSON
{
  "name": "find_cat_toy_guide",
  "kind": "read",
  "impl": "imperative",
  "description": "Find the most relevant PickCrest cat toy buyer guide for a shopper need, such as quiet apartment toys, puzzle feeders, automatic toys, durable toys, or starter kits.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "need": {
        "type": "string",
        "description": "The shopper need or cat play style to match, for example: quiet apartment toy, bored indoor cat, puzzle feeder, automatic toy, durable toy, or new cat owner starter kit."
      }
    },
    "required": [
      "need"
    ]
  },
  "page": "/"
}
list_cat_toy_guidesread

List PickCrest cat toy guides with URLs and topic tags so an agent can choose the right page for a shopper.

View tool JSON
{
  "name": "list_cat_toy_guides",
  "kind": "read",
  "impl": "imperative",
  "description": "List PickCrest cat toy guides with URLs and topic tags so an agent can choose the right page for a shopper.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "number",
        "description": "Optional maximum number of guides to return. Defaults to 15."
      }
    }
  },
  "page": "/"
}