Skip to main content
Glama
dbonomo
by dbonomo

store_collection

List a named Pebble store collection as paginated compact summaries, showing each item's type, author, hearts, and hardware compatibility.

Instructions

List a named store collection, paginated, as compact summaries.

slug examples: most-loved, all, recently-updated, or a collection slug from a home row. type_string must be one of apps, watchapps-and-companions, faces, watchfaces. Each result row is id/title/type/author/hearts plus a compatible flag for the requested hardware. has_more indicates further pages; raise offset by limit to page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
sortNo
limitNo
offsetNo
hardwareNoemery
type_stringYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of explaining behavior. It discloses pagination behavior (has_more flag, offset/limit paging) and the result format (fields per row), which is useful. However, it does not mention whether any side effects occur, authentication requirements, or error conditions. The description is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured. It front-loads the purpose in the first sentence, then provides necessary parameter details in the following sentences. No unnecessary filler; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 parameters and an output schema, the description covers the essential behavior: pagination, result fields, and required parameter values. However, it leaves out 'sort' semantics and possible hardware values. The output schema likely covers return structure, so the description is mostly complete but has minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds meaning for slug (examples), type_string (allowed values), limit/offset (pagination), and hardware (requested hardware flag), but does not explain the 'sort' parameter at all. Partial compensation with notable gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'List a named store collection, paginated, as compact summaries.' It specifies the resource (store collection) and provides concrete examples of slug values, which distinguishes it from sibling tools like store_search or store_category.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives context on how to use the tool (e.g., valid slug examples and type_string values) and explains pagination, but it does not explicitly say when to use this tool over alternatives like store_search or store_developer. The usage is implied rather than contrasted with siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbonomo/pebble-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server