Skip to main content
Glama
rishabhdavesar

appstore-mockup-mcp

create_iphone_mockups_batch

Batch create iPhone mockups for App Store previews. Provide multiple screenshots and titles; the tool wraps them in device frames with marketing text.

Instructions

Create App Store preview mockups for many screenshots in one call.

If the user did not dictate the titles, draft one per screenshot (3-7 words, benefit-led), show the user the full list, and get approval or edits before calling this.

Each job needs a screenshot path and a title; everything else is optional and falls back to the batch-level defaults. Jobs without an explicit out path are written to output_dir as NN_.png, numbered in job order.

Args: jobs: List of jobs, each {screenshot, title, subtitle?, out?, frame?, bg_color?, text_color?}. output_dir: Directory for outputs when a job has no out (default: alongside each screenshot). frame: Default iPhone body color, "black" or "silver". bg_color: Default background hex ("#hex1,#hex2" for a gradient). text_color: Default text color hex. size: Output dimensions as WxH for all jobs. bleed: If true, phones bleed off the bottom edge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobsYes
sizeNo1284x2778
bleedNo
frameNosilver
bg_colorNo#f5f1ea
add_frameNo
output_dirNo
text_colorNo#111111

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that jobs without explicit out path are written to output_dir as NN_<screenshot-name>.png, and lists all parameters and defaults. It does not mention error handling, potential file overwrites, or permissions, but for a file-creating tool, the behavior is reasonably transparent.

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?

The description is well-structured: a one-sentence purpose, followed by workflow guidance, then an Args list. It is concise with no unnecessary words, making it easy for an agent to parse quickly.

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 that an output schema exists (not shown), the description does not need to explain return values. It covers the main purpose, workflow, parameter defaults, and output behavior. The only minor gap is the undocumented add_frame parameter, but overall it is complete for an agent to use effectively.

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 description coverage is 0%, so the description must add meaning. It explains most parameters in the Args section, but the 'add_frame' parameter from the schema is missing from the description. The description adds value over the schema but is not exhaustive.

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 'Create App Store preview mockups for many screenshots in one call.' It specifies the verb (Create), the resource (App Store preview mockups), and distinguishes itself from siblings by emphasizing batch processing, differentiating from create_iphone_mockup and suggest_themes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided: 'If the user did not dictate the titles, draft one per screenshot... show the user the full list, and get approval or edits before calling this.' This tells the agent when to use and when to seek approval, and implies that for a single mockup, the sibling tool should be used.

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/rishabhdavesar/appstore-screenshot-generator-mcp'

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