Skip to main content
Glama
maxiomus

MCP Shopify Admin Server

by maxiomus

Get Product Publication Status

product_publications_get
Read-onlyIdempotent

Diagnose why a product is missing from storefront or feed by checking its published sales channels. Retrieve publication status for any product ID.

Instructions

Show which sales channels a product is published to. Useful for diagnosing products that exist in a collection but never appear on the storefront or in an external feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProduct ID (numeric or GID)
storeYesStore name
response_formatNoResponse formatjson
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds the diagnostic context (products missing from storefront/feeds) but does not disclose additional behavioral details such as return shape, pagination, or edge cases. No contradiction with annotations.

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, front-loaded with the primary purpose, and the second sentence adds practical use-case context without any waste. Every word earns its place.

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-only tool with strong annotations and full schema coverage, the description is sufficiently complete. It states what it does and when it is useful, but could have improved by explicitly naming sibling alternatives or noting output behavior. Still, it is well above the minimum viable.

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% with all three parameters (id, store, response_format) described in the schema. The tool description adds no parameter-specific semantics, so baseline 3 is appropriate.

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 uses a specific verb ('Show') and clearly identifies the resource ('which sales channels a product is published to'). It distinguishes itself from siblings like product_get (product details) and publication_list (list publications) by focusing on publication status across channels.

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 provides a clear use case: diagnosing products that exist in a collection but never appear on the storefront or in an external feed. This implies when to use the tool but does not explicitly mention alternatives or exclusion criteria, so it falls 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