List Stores
list-storesList verified UCP stores, optionally filtered by category and minimum score.
Use when the user wants to shop by category — e.g., "find me a pet store" or "what shoe stores are available?"
Returns stores sorted by score (highest first) with domain, category, score, and grade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of stores to return (default: 10, max: 50) | |
| category | No | Filter by store category (e.g., "footwear", "pet supplies"). Use list-categories to see available categories. | |
| min_score | No | Minimum total score to include (default: 50). Lower values return more stores but may include lower-quality ones. |