Skip to main content
Glama

build_and_archive

Build, archive, and export a signed .ipa from an Xcode project. Requires a scheme and an ExportOptions.plist to prepare the build for App Store Connect.

Instructions

Build, archive, and export a signed .ipa via xcodebuild (requires Xcode on this Mac). Needs a scheme and an ExportOptions.plist. Pro feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemeYesXcode scheme to build
workspaceNoSet true if project_path is a .xcworkspace
output_dirNoOutput directory (default ./build)
project_pathYesPath to .xcodeproj or .xcworkspace
configurationNoBuild configuration (default Release)
export_options_plistYesPath to ExportOptions.plist (method app-store-connect)
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses implementation (xcodebuild), environment requirement (Xcode), and input requirements (scheme, plist), but omits important behavioral traits such as whether the output directory is overwritten, code signing prerequisites, time-to-completion, or what exactly is produced besides the .ipa.

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?

Two sentences, front-loaded with the main action, and every sentence adds value. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose and key prerequisites, but for a build tool with 6 parameters and no output schema, it could elaborate on expected outputs, failure scenarios, or how to handle workspaces. It is minimally adequate but not rich.

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%, so the schema fully documents all parameters. The description mentions scheme and ExportOptions.plist as required but adds no extra meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 tool's function: 'Build, archive, and export a signed .ipa via xcodebuild'. It uses a specific verb-resource pair and is distinct from all sibling tools, which focus on App Store Connect management.

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?

The description provides clear context and prerequisites: 'requires Xcode on this Mac', 'Needs a scheme and an ExportOptions.plist', and 'Pro feature'. It does not explicitly mention alternatives or when-not-to-use, but the tool's unique function makes this less critical.

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/pofky/asc-mcp'

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