Skip to main content
Glama

shopify_search_collections

Read-onlyIdempotent

Search manual and smart collections across Shopify stores using cursor pagination. Filter results with a query and control page size with first and after parameters to locate collections.

Instructions

Search manual and smart collections with cursor pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
firstNo
queryNo
storeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.6.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive behavior, so the description does not need to restate that. It adds useful context by specifying 'manual and smart collections' and 'cursor pagination', which clarifies scope and pagination behavior beyond the schema.

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 a single, front-loaded sentence with no filler or redundant information. Every word adds value: the resource type is explicit and the pagination behavior is stated concisely.

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

Completeness3/5

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

For a read-only, simple search tool, the description combined with annotations and schema provides a minimally viable picture. However, it lacks details such as query syntax, sorting behavior, and what the returned paginated response looks like, and there is no output schema to fill that gap.

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

Parameters2/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, but it only alludes to pagination without explaining store, query, first, or after parameters. The phrase 'cursor pagination' gives some meaning to first/after, but it does not make the parameter semantics clear.

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 states a clear, specific verb-resource pair: 'Search manual and smart collections' with cursor pagination. It unambiguously differs from sibling tools like shopify_get_collection, which retrieves a single collection, and shopify_compare_collections, which compares collections.

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 implies when to use the tool—when searching or listing collections—but does not explicitly state when not to use it or which sibling to prefer. No alternative tools are named, so the agent must infer usage context from the name and sibling list.

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