Skip to main content
Glama
maxiomus

MCP Shopify Admin Server

by maxiomus

List Publications (Sales Channels)

publication_list
Read-onlyIdempotent

List a store's sales channels to get publication IDs, a required step before publishing products to Shopify channels.

Instructions

List the store's publications (sales channels) — Online Store, Facebook & Instagram, Point of Sale, etc. You need a publication ID before you can publish a product to a channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of publications
storeYesStore name
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 valuable context about the content (types of sales channels) and the intended use (getting publication IDs for publishing). It does not describe return format or pagination, but with robust annotations this is sufficient.

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 two sentences. The first sentence front-loads the purpose with examples; the second adds a clear motivation. Every word earns its place, and it is neither too terse nor overly verbose.

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?

For a simple list tool with 3 well-documented parameters, strong annotations, and no output schema, the description sufficiently covers why this tool exists and how the results should be used. It explains the need for publication IDs and gives channel examples, making it complete for an agent selecting the tool.

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 100%, so all parameters (limit, store, response_format) are already documented in the schema. The description adds no additional parameter-level semantics beyond what is in the schema, matching the baseline for high coverage.

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 verb and resource: 'List the store's publications (sales channels)'. It also provides concrete examples (Online Store, Facebook & Instagram, Point of Sale) and notes the need for a publication ID before publishing. While it doesn't explicitly contrast with siblings like product_publications_get, the scope is clear and the purpose is unambiguous.

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 gives clear context for when to use this tool: 'You need a publication ID before you can publish a product to a channel.' It implies this tool is a prerequisite for publishing workflows, but it does not explicitly describe alternatives or when not to use it, so it stops short of a 5.

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