Skip to main content
Glama
jimsimoy

App Store Connect MCP

by jimsimoy

submit_for_review

Submit an App Store version for Apple review. Confirm the build is attached and metadata is complete before starting the 24-48 hour review process.

Instructions

Submit an App Store version for Apple review.

This is a real, consequential action: it starts Apple's App Review
(typically 24-48h) for the given version. Confirm the version has a
build attached and all required metadata before calling this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
version_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly reveals that this is a consequential action that starts Apple's App Review and typically takes 24-48 hours. It does not mention irreversibility or status transitions, but it does disclose the key side effect.

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 sentences: the first states the action, and the second adds a necessary caution about consequences and preconditions. No filler or redundant information.

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 single-parameter tool with an output schema present, the description covers the essential aspects: what the tool does, its consequence, and preconditions. It could mention the version_id parameter explicitly or note the resulting version status, but the low complexity makes the description reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter, version_id, with 0% description coverage. The description never explicitly names or explains version_id, only referring to 'the given version.' Because schema coverage is low, the description needed to compensate but does not add direct parameter guidance.

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 states a specific verb ('Submit'), a specific resource ('an App Store version'), and a clear purpose ('for Apple review'). This distinguishes it from sibling tools like attach_build_to_version and create_app_store_version, even without naming them.

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?

It provides explicit preconditions: confirm a build is attached and all required metadata is complete before calling. This signals that the tool is the final submission step, though it does not explicitly name alternatives or say when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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