Skip to main content
Glama
HasData

hasdata-mcp

Official

shopify_collections: GET /

hasdata_shopify_collections_getCollections

Lists collections from any public Shopify store. Use with pagination (up to 250 per page) to retrieve collection IDs, titles, handles, descriptions, images, and timestamps for catalog mapping or change tracking.

Instructions

Get Shopify Store Collections

Lists collections from any public Shopify storefront URL with limit (up to 250) and page pagination. Returns each collection's id, title, handle, body_html description, image, and timestamps. Use the returned handles as input to the Shopify Products endpoint to enumerate category-specific catalogs, or to map a competitor's merchandising taxonomy and track collection changes over time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the Shopify store. For example, 'https://b2bdemoexperience.myshopify.com'.
limitNoThe maximum number of collections to retrieve. Must be between 1 and 250.
pageNoThe page number of the results to retrieve. Must be a positive integer.
Behavior3/5

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

No annotations provided, but the description does not disclose any side effects, rate limits, or authentication requirements. It adequately indicates a read operation and public URL requirement.

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?

Three sentences with no fluff; first sentence is a clear title, second describes functionality, third provides usage direction. Excellent structure.

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

Completeness5/5

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

Despite lack of output schema, description details return fields and pagination. The tool's purpose and integration with sibling are fully covered for its complexity.

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 coverage is 100%, so schema already documents params. Description adds context (limit up to 250, pagination, public URL) but does not significantly augment semantics beyond schema.

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 lists Shopify collections with pagination, and distinguishes from sibling hasdata_shopify_products_getProducts by mentioning returned handles as input to that endpoint.

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

Usage Guidelines4/5

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

Explicitly explains how to use the returned handles with the Shopify Products endpoint and provides use cases like mapping taxonomies. Lacks explicit when-not-to-use instructions but overall strong guidance.

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/HasData/hasdata-mcp'

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