Skip to main content
Glama
beautyfree

App Store Connect MCP

by beautyfree

List subscription group subscriptions

list-subscription-group-subscriptions
Read-onlyIdempotent

List auto-renewable subscriptions in a subscription group, showing productId, name, state, and prices. Use to verify specific products like premium_monthly_v2 and premium_annual_v2.

Instructions

List all auto-renewable subscriptions in a subscription group (productId, name, state, prices, etc.). Use to verify products like premium_monthly_v2 and premium_annual_v2 in a group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort by name (use -name for descending)
limitNoMaximum number of subscriptions to return (default 50, max 200)
filter.nameNoFilter by subscription name(s)
filter.stateNoFilter by state (e.g. APPROVED)
filter.productIdNoFilter by product ID(s), e.g. premium_monthly_v2
subscriptionGroupIdYesSubscription group ID (e.g. Premium group ID). Get from app → subscription groups.
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 the safety profile is covered. The description adds that it lists auto-renewable subscriptions and returns fields like productId, name, state, prices, but does not disclose pagination or rate limits; this is adequate given annotation coverage.

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?

Two sentences with front-loaded purpose and no filler. Every sentence 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 list tool with a rich schema and read-only annotations, the description is complete enough. It briefly summarizes return fields since no output schema exists, and the schema covers parameter details.

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 all parameters are already documented. The description only adds example product IDs, which is marginal beyond the schema, so the baseline score of 3 applies.

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 that the tool lists auto-renewable subscriptions within a subscription group, naming the resource and scope. It distinguishes from siblings like list-subscription-groups (which lists groups) and get-subscription (single subscription).

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?

Provides a clear use case ('verify products like premium_monthly_v2 and premium_annual_v2 in a group') but does not explicitly exclude alternatives or name sibling tools as alternatives. The context is clear, but exclusions are absent.

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/beautyfree/appstore-connect-mcp'

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