[Read] Get the latest build number
asc_build_latestFind the highest uploaded build number for an app and get the suggested next build number to set before archiving. Optionally scope by version or platform to decide the correct CFBundleVersion.
Instructions
Read-only. Finds the highest build number (CFBundleVersion) already uploaded for an app — optionally scoped to a marketing version and/or platform — and suggests the next one. Use this before an Xcode MCP build/archive step to decide what build number to set, since this server never writes to the Xcode project itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| version | No | Marketing version to scope to, e.g. "1.1" | |
| platform | No | Platform to scope to, e.g. "IOS" |