live · Commerce · JSON · API for agents
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.
{
"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 PickCrest cat toy guides with URLs and topic tags so an agent can choose the right page for a shopper.
{
"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": "/"
}