Skip to main content
Glama

upload_ios_screenshots

Download screenshot images from URLs and upload them to App Store Connect for a specific device type and locale. Optionally replace existing screenshots.

Instructions

Download screenshot images from URLs and upload them to App Store Connect for a specific device type and locale. Apple allows up to 10 screenshots per set. Supported formats: PNG (no alpha) and JPEG. Max 10 MB per file. Call list_ios_screenshot_types first to get valid device_type values and required dimensions. Set replace=true to delete existing screenshots before uploading (recommended when refreshing a set).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe App Store Connect app ID (from list_asc_apps)
versionYesApp Store version string e.g. '1.2.3'
localeNoBCP-47 locale code e.g. en-US, fr-FRen-US
device_typeYesDevice type string e.g. IPHONE_65, IPAD_PRO_3GEN_129 (from list_ios_screenshot_types)
screenshot_urlsYesURLs of screenshot images to upload, in display order
replaceNoIf true, delete all existing screenshots for this device type before uploading
Behavior4/5

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

Adds behavioral context beyond annotations: describes format constraints (PNG no alpha, JPEG), size limit (10 MB), count limit (10 per set), and the effect of replace (delete existing before upload). Annotations only provide readOnlyHint and destructiveHint, so description adds significant value.

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?

Four sentences, each serving a purpose: summary, constraints, prerequisite, recommendation. No redundant or filler content. Front-loaded with most important 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?

Given the tool has 6 parameters, no output schema, and moderate complexity, the description covers prerequisites, constraints, and parameter rationale. Could mention that screenshots are linked to the specified app_id and version, but overall adequate for agent understanding.

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. Description adds value by explaining device_type requires prior API call and recommends replace=true. Provides practical usage context for parameters beyond schema descriptions.

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 'upload' with specific resource 'iOS screenshots to App Store Connect for a specific device type and locale.' It distinguishes from sibling tools like upload_android_screenshots by specifying platform and screenshot type.

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?

Provides when-to-use guidance: recommends setting replace=true for refreshing a set. Advises calling list_ios_screenshot_types first for valid device_type values. Does not explicitly mention when not to use, but context of sibling tools implies differentiation.

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/todah-zg/codemagic-mcp'

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