Skip to main content
Glama

Update Screenshot Set

sonar_update_screenshot_set
Idempotent

Rename a screenshot set, replace its extra-locale list, and/or reorder its screens. Returns the updated set (with image data stripped). Requires a write-scope API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew display name.
set_idYesScreenshot set id.
localesNoReplaces the extra-locale list (e.g. ["de-DE","fr-FR"]). Locales removed here lose their stored translations.
screen_orderNoFull permutation of the set's screen ids in the new display order.

TDQS

A4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds that it returns the updated set with image data stripped and that removing locales loses stored translations, which is a destructive side effect not covered by annotations. It also notes the required write-scope API key, which is not in annotations. This adds meaningful behavioral context beyond annotations, earning a 4.

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 a single sentence that efficiently lists the three update operations and the return value/requirement. It is front-loaded with the main purpose and adds necessary caveats with minimal words. Each phrase adds value: operations, return format, and auth requirement. There is no redundancy or filler.

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?

The description covers the main operations, return value, and auth requirement, which is solid for a moderately complex tool with 4 parameters and no output schema. It does not explicitly state that not all fields can be omitted (e.g., if you only want to rename, you don't need to provide locales or screen_order), but the schema indicates that only set_id is required. It also does not explain that screen_order must be a full permutation, but the schema description says that. Overall, the description is sufficient for the tool's complexity, earning a 4.

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 100%, so each parameter already has a description in the schema. The description in the tool adds context for the 'locales' parameter by mentioning that removal loses translations, and for screen_order by implying a permutation. However, it doesn't explicitly explain the 'name' parameter beyond the schema's 'New display name.' Since the schema covers the basics, the description's added value is marginal, but it does reinforce critical behaviors. 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 that the tool updates a screenshot set by renaming, replacing locales, or reordering screens, and mentions the return value. It distinguishes it from siblings like sonar_update_screenshot (which updates a single screenshot) and sonar_create_screenshot_set (which creates new sets). The verb 'update' plus the specific resource and the three operations make the purpose specific and unambiguous.

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 implies usage by listing the operations and the requirement for a write-scope API key, suggesting it's for modifications. However, it does not explicitly state when to use this tool versus alternatives like sonar_create_screenshot_set or sonar_set_screenshot_translations, nor does it provide exclusion criteria (e.g., if only adding locales, this tool might replace the list entirely). The lack of explicit when/when-not guidance keeps it at a 3.

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.

Resources