Skip to main content
Glama
UVU-Store

shopify-graphql-mcp

by UVU-Store

cancel_subscription_contract

Cancel an active Shopify subscription contract by supplying its contract ID, stopping future recurring charges and fulfilling the cancellation request.

Instructions

Cancel a subscription contract

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscriptionContractIdYesSubscription Contract ID to cancel
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. It only says 'cancel', with no mention of side effects, reversibility, timing (immediate vs end of billing period), or permission requirements. This is insufficient for a mutating operation.

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

Conciseness4/5

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

The description is a single, short sentence that is easily parsed and front-loaded with the key action. It is concise without unnecessary elaboration, though it arguably sacrifices substance for brevity.

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?

Despite being a simple tool with one parameter and no output schema, the description omits critical context about cancellation behavior (e.g., immediate vs scheduled, impact on billing), which is especially important given the many sibling subscription tools. It does not provide enough information for safe and correct use.

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 input schema already fully describes the single parameter (subscriptionContractId) with 100% description coverage. The description does not add extra meaning beyond the schema, so the baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states a specific verb and resource ('Cancel a subscription contract'), which directly conveys the core action. However, it does not differentiate from sibling subscription tools like expire or fail, which could have similar meanings, leaving room for ambiguity.

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

Usage Guidelines2/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 like pause_subscription_contract, expire_subscription_contract, or fail_subscription_contract. The description offers no context for decision-making, leaving the agent to infer usage from the tool name alone.

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/UVU-Store/shopify-graphql-mcp'

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