Skip to main content
Glama

publish_ios

Upload your iOS app to the App Store using fastlane deliver. Optionally submit for review after upload.

Instructions

Publish the app to the iOS App Store using fastlane deliver. Requires fastlane to be installed and configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectDirYesPath to the app project directory (must contain fastlane/ directory)
ipaPathNoPath to the IPA file to upload
submitForReviewNoWhether to submit for Apple review after upload (default: false)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the action but does not disclose side effects, authentication needs, or what happens to existing builds. The behavioral impact is insufficiently described.

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, no fluff, every word adds value. Front-loaded with the main purpose and prerequisite.

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?

Given the complexity of publishing to the App Store, the description lacks details on return values, error handling, and side effects. No output schema and no annotations; the description is too brief to be complete.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by specifying that projectDir must contain a fastlane/ directory, which is not in the schema description, raising the score above baseline.

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 verb 'Publish' and the resource 'iOS App Store' and specifies the method 'fastlane deliver'. It distinguishes from sibling tools like publish_android.

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 mentions a prerequisite (fastlane installed and configured) but lacks explicit guidance on when to use this tool versus alternatives or 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.

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/seungmanchoi/app-publisher-mcp'

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