Skip to main content
Glama
beautyfree

App Store Connect MCP

by beautyfree

List subscription groups

list-subscription-groups
Read-onlyIdempotent

Retrieve subscription groups for a given app, returning group IDs needed for subscription setup and management.

Instructions

List subscription groups for an app. Use the returned group IDs with list-subscription-group-subscriptions or create-subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID. List subscription groups for this app.
limitNoMaximum number of groups to return (default 50, max 200)
filter.referenceNameNoFilter by reference name(s), e.g. Premium
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. The description adds the context that returned IDs are intended for use with specific sibling tools, but does not disclose additional behavioral traits like pagination or error handling. Since annotations carry the safety profile, a 3 is appropriate.

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 short sentences with no unnecessary content. It is front-loaded with the primary action and immediately provides actionable follow-up instructions. 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?

Given the tool's simplicity (3 params, 1 required), good annotations, and no output schema, the description is sufficiently complete. It clarifies the purpose and gives next steps, but could have mentioned filtering capabilities; however, the schema covers that. Overall, it is adequate for a list 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%, with each parameter described adequately (appId, limit, filter.referenceName). The description itself adds no parameter-specific meaning beyond what the schema already provides, so the baseline of 3 is correct.

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 tool's function with a specific verb and resource: 'List subscription groups for an app.' It also distinguishes itself from siblings by mentioning how the returned group IDs are used with list-subscription-group-subscriptions or create-subscription, which adds purpose clarity.

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 explicit context for use: it lists subscription groups for an app and directs the user to follow up with returned IDs in other tools. It does not explicitly exclude alternatives, but the 'for an app' scope and next-step guidance imply appropriate usage.

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