store_search
Search Pebble store listings by keyword, ranking apps based on matches in titles, authors, and descriptions.
Instructions
Search the store by keyword — CLIENT-SIDE, with real limits.
The live appstore API has NO search endpoint, so this does not do a
true full-text search. Instead it fetches a bounded candidate pool
from the relevant store listings (the all and most-loved
collections for type_string, paged up to a few hundred apps) and
ranks them by case-insensitive substring/token matches on each app's
title, author, and description. Results carry a score.
Consequences to keep in mind:
Coverage is only what those listings return: an obscure app outside the
all/most-lovedpool can be missed entirely.It matches on stored listing text, not on-device behavior or tags.
type_stringmust be one ofapps,watchapps-and-companions,faces,watchfaces. For an exact app you already know, preferstore_appby id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| hardware | No | emery | |
| max_results | No | ||
| type_string | No | watchfaces |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||