Skip to main content
Glama
elsi06

Shopify MCP Manager

by elsi06

list_automatic_discounts

Retrieve a paginated list of automatic discounts from Shopify. Set the 'first' parameter to control how many results to return, up to a maximum of 50.

Instructions

Lists automatic discounts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firstNoNumber of results (max 50)
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not mention pagination, sorting, filtering, return format, or any side effects. The existence of a 'first' parameter implies pagination but the description neither confirms nor explains it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, which is concise, but it provides so little information that it amounts to under-specification rather than effective conciseness. It restates the tool name without adding context or structure.

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

Completeness2/5

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

The tool has a single parameter, no output schema, and no annotations, but the description still fails to convey what an automatic discount is, what the list contains, or any behavioral details. It is incomplete even for a simple listing 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?

The schema fully documents the single parameter 'first' with a clear description ('Number of results (max 50)'), and schema coverage is 100%. The description adds nothing about parameters, but since the schema is complete, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Lists automatic discounts' is essentially the tool name rephrased, providing no additional differentiation from sibling tools like list_discount_codes. It states a clear verb and resource but fails to clarify what qualifies as an automatic discount or how this differs from other list operations.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives such as list_discount_codes or create_basic_discount. The description lacks any context, prerequisites, or exclusions, leaving the agent without direction for tool selection.

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/elsi06/shopify-mcp-manager'

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