Skip to main content
Glama

export_archive

Export an Xcode archive for App Store, Ad Hoc, Enterprise, or Development distribution. Specify archive path, export directory, and signing options to generate an IPA.

Instructions

Export an Xcode archive for distribution (App Store, Ad Hoc, Enterprise, Development)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesDistribution method
teamIdNoTeam ID for code signing. If not provided, will try to use the default team.
exportPathYesDirectory where exported IPA and other files will be placed
archivePathYesPath to the .xcarchive file to export
compileBitcodeNoWhether to compile Bitcode. Default is true for App Store, false otherwise.
stripSwiftSymbolsNoWhether to strip Swift symbols. Default is true.
signingCertificateNoSigning certificate to use. If not provided, will try to use the default certificate for the selected method.
provisioningProfilesNoDictionary mapping bundle identifiers to provisioning profile names.
Behavior2/5

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

No annotations are provided, so the description must carry the burden. It only states the high-level export action without disclosing side effects (e.g., file creation, code signing requirements, potential overwrites) or any error/return behavior.

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?

Single sentence that is immediately understandable and contains no filler. The parenthetical list of distribution methods is useful context without being verbose.

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 an operation with 8 parameters and no output schema, the description is too sparse. It doesn't mention what the output looks like (IPA location), prerequisites (e.g., valid archive, signing), or failure modes. The schema covers parameter details but not overall behavior.

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?

The input schema provides descriptions for all 8 parameters, including defaults and behaviors for optional ones (e.g., teamId, signingCertificate). The description adds no extra parameter meaning beyond the method list, which duplicates the enum.

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 action (export), the resource (Xcode archive), and the purpose (for distribution with four methods). It distinguishes from siblings like archive_project (which creates archives) by focusing on the export step.

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 for distribution scenarios (App Store, Ad Hoc, etc.) but does not explicitly say when to use this tool vs alternatives like validate_app or archive_project. No exclusion criteria or alternative tool names are given.

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/r-huijts/xcode-mcp-server'

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