Skip to main content
Glama
beautyfree

App Store Connect MCP

by beautyfree

List app store versions

list-app-store-versions
Read-onlyIdempotent

List App Store versions for any app ID, filtering by platform, version string, or state to manage release workflow.

Instructions

List App Store versions for an app (by app ID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID (required). List App Store versions for this app.
limitNoMaximum number of versions to return (default 100, max 200)
filter.idNoFilter by version ID(s)
filter.platformNoFilter by platform(s)
filter.versionStringNoFilter by version string(s)
filter.appVersionStateNoFilter by app version state(s)
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds only the app-ID scoping constraint, not additional behavioral details like pagination or response shape; it does not contradict annotations.

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?

A single, front-loaded sentence that conveys the core purpose with no redundancy. Every word 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 operation, the description coupled with the detailed schema covers essential inputs and safety. It does not explicitly mention return shape, but 'List' and schema filters make the behavior sufficiently predictable.

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%: all six parameters have descriptions, including the required appId and optional filters/limit. The description merely restates that lookup is by app ID, adding no further semantic value beyond the schema.

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 uses the specific verb 'List' and names the resource 'App Store versions for an app (by app ID)', which clearly distinguishes it from siblings like get-app-store-version and create-app-store-version. The scope of the operation is immediately evident.

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 the tool is used when you have an app ID and need a list of its versions, but it does not explicitly state when to prefer this over get-app-store-version or mention exclusions/alternatives. The context is clear but not formally differentiated.

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