← WebMCP Directory

Tool tree

storkscout.com

liveCommerce
https://storkscout.com/
Search baby products from independent shops by phrase, voice, or photo and explore a fresh StorkScout Edit every week.
Explore capabilities
find_baby_productsAnswer

Searches Shopify's live catalog for a natural-language baby product request and shows the results on StorkScout.

View tool JSON
{
  "name": "find_baby_products",
  "kind": "answer",
  "impl": "imperative",
  "description": "Searches Shopify's live catalog for a natural-language baby product request and shows the results on StorkScout.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "The shopper's request, including budget, style, stage, and constraints.",
        "minLength": 2,
        "maxLength": 80
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  },
  "page": "/"
}