Skip to main content
Glama
SardorbekR

App Store Connect MCP Server

by SardorbekR

list_app_versions

List all App Store versions for an app using the app ID, with optional filters for platform and version state to narrow results.

Instructions

List all App Store versions for an app. Can filter by platform and version state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesThe App Store Connect app ID
platformNoFilter by platform (IOS, MAC_OS, TV_OS, VISION_OS)
versionStateNoFilter by version state (e.g., PREPARE_FOR_SUBMISSION, READY_FOR_SALE)
limitNoMaximum number of versions to return (1-200)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the filtering capability but omits critical details like pagination behavior, output format, permissions, rate limits, or whether it returns all versions or only recent ones. This is minimal transparency for a listing tool.

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, concise sentence that immediately states the tool's purpose. While it lacks structured formatting, it is not verbose and front-loads the key action. Slightly hindered by missing details that could be added without excessive length.

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?

For a list tool with 4 parameters (1 required) and no output schema or annotations, the description should mention pagination, result limits, or default ordering. It only states filtering options, leaving the agent unaware of important behavior. This is inadequate for confident invocation.

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% as all parameters have descriptions. The description adds the word 'filter' but does not provide additional meaning beyond what the schema already conveys. Baseline score of 3 applies since the schema does the heavy lifting.

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 verb 'list' and the resource 'App Store versions for an app', and mentions optional filtering by platform and version state. This distinguishes it from siblings like get_app_version or create_app_version.

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

Usage Guidelines3/5

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

The description implies usage through the action 'List all App Store versions', but does not explicitly state when to use this tool versus alternatives (e.g., get_app_version for a single version). No exclusions or context about prerequisites.

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

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