Skip to main content
Glama
maxiomus

MCP Shopify Admin Server

by maxiomus

Get Collection

collection_get
Read-onlyIdempotent

Retrieve a Shopify collection using its numeric ID, GID, or handle, and see whether it is manual or automated with its rule set.

Instructions

Get one collection by numeric ID, full GID, or handle. Reports MANUAL vs AUTOMATED and the rule set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCollection ID (numeric or GID). Provide this or handle.
storeYesStore name
handleNoCollection handle, e.g. 'cocktail-dresses'
response_formatNoResponse formatjson
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so safety is covered. The description adds that the response includes MANUAL vs AUTOMATED and the rule set, giving useful behavioral context beyond the annotations. No contradiction, but no details on error handling or pagination (likely not needed).

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 sentence that is front-loaded with the verb and resource. Every phrase adds value, with no filler or redundancy.

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?

For a simple read operation with four well-documented parameters and rich annotations, the description is adequate. It mentions the key output aspects (MANUAL/AUTOMATED, rule set) and the identifier options. No output schema exists, but the description doesn't need to explain return values beyond what it already provides.

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 the baseline of 3 applies. The description reiterates that id can be numeric or GID and that handle is an alternative, but this is already stated in the schema descriptions. No additional parameter semantics are provided.

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 'Get one collection' and specifies the three accepted identifiers (numeric ID, full GID, or handle), distinguishing it from collection_list and collection_update/create. Mentioning that it 'Reports MANUAL vs AUTOMATED and the rule set' adds specificity about the output.

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?

The description makes the use case explicit: retrieve a single collection when you have an identifier. It doesn't name alternatives like collection_list, but the wording 'one collection' implies single-item retrieval, and sibling tool names make the contrast evident. Clear context but no explicit exclusions.

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/maxiomus/mcp-shopify-admin'

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