Skip to main content
Glama

Create Screenshot Set

sonar_create_screenshot_set

Create an app-store screenshot set for a product. Read sonar_screenshot_layout_guide first, then author the screens array. The set is immediately visible/editable for humans in the Screenshot Studio (studio_url in the response). Requires a write-scope API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoDisplay name.
storeYesTarget app store.
screensNoInitial screens, in order (max 10). Either this or template_id, not both; with neither you get one blank screen.
product_idYesProduct the set belongs to.
device_sizeYesDevice id from sonar_screenshot_devices, e.g. "iphone-6.7".
template_idNoSeed from a built-in template (see sonar_screenshot_layout_guide) instead of providing screens.

TDQS

A4.4/5.0
Behavior4/5

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

The description adds value beyond annotations: it mentions 'Requires a write-scope API key' (auth requirement) and states 'The set is immediately visible/editable for humans in the Screenshot Studio (studio_url in the response).' These details reveal behavioral traits like persistence and immediate availability. No contradiction with annotations (readOnlyHint=false, destructiveHint=false).

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 three sentences long, front-loaded with the core purpose in the first sentence. The second sentence provides a key prerequisite, and the third sentence covers both immediate effect and authentication. Every sentence is necessary and no words are wasted.

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 (3 required) and no output schema, the description covers what the tool does, prerequisites, immediate effect, and auth requirements. It mentions the studio_url in the response but does not detail the full response structure or error/validation conditions. For a creation tool, it is largely complete, but could a bit more about potential failure modes or output shape.

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?

While schema coverage is 100% (baseline 3), the description adds meaningful extra guidance: for the 'screens' parameter it explains the need to read the layout guide first and clarifies that 'Either this or template_id, not both; with neither you get one blank screen.' For 'device_size' it provides an example ('iphone-6.7') and references the sonar_screenshot_devices tool. This surpasses the schema's raw 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 begins with 'Create an app-store screenshot set for a product,' which clearly states the verb (create) and resource (screenshot set). It distinguishes this from sibling tools like sonar_add_screenshot, sonar_list_screenshot_sets, sonar_update_screenshot_set, and sonar_delete_screenshot_set by focusing on initial creation and referencing the prerequisite guide.

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 instructs users to 'Read sonar_screenshot_layout_guide first, then author the screens array,' providing a clear prerequisite for correct usage. It also notes the immediate visibility in Screenshot Studio, implying post-creation state. However, it does not explicitly state when not to use this tool (e.g., if updating an existing set, use sonar_update_screenshot_set instead).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct action or data aspect within the ASO domain. Keyword-related tools are clearly separated by purpose (tracked keywords vs. research vs. suggestions vs. metrics), and competitive tools differentiate between reading landscape and generating new analysis. No two tools have overlapping functionality that would confuse an agent.

Naming Consistency3/5

Naming is a mix of verb-first (e.g., sonar_add_screenshot, sonar_create_product) and noun-first patterns (e.g., sonar_app_keywords, sonar_competitor_landscape). While all use snake_case and the 'sonar_' prefix is consistent, the lack of a uniform verb_noun structure makes it harder to predict tool names. The pattern is readable but inconsistent.

Tool Count2/5

With 47 tools, the server is over-scoped for a typical MCP server. Although the ASO domain is broad, many tools are granular (e.g., 10 screenshot tools, 10 keyword tools). This quantity exceeds the 25+ threshold for 'too many' as defined in the calibration, making it heavy for an agent to navigate comprehensively.

Completeness5/5

The tool surface covers the full ASO lifecycle: app discovery, keyword research, tracking and ranking, competitor analysis, revenue estimation, screenshot creation and export, alerts, and product management. There are no obvious gaps—every necessary operation for monitoring and optimizing app store presence is present, including both read and write actions.