Skip to main content
Glama
ahmetsina

mcp-appstore-connect

by ahmetsina

update_version_localization

Update localized App Store listing details such as description, keywords, and release notes for a version. Requires the localization ID obtained from get_version_localization.

Instructions

Update an App Store version localization (description, keywords, what's new, etc.). Use get_version_localization first to get the localization ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localization_idYesThe version localization ID
descriptionNoApp description for the App Store listing
keywordsNoKeywords for App Store search (comma-separated, max 100 chars)
whats_newNoWhat's new in this version (release notes)
promotional_textNoPromotional text (can be updated without new version)
marketing_urlNoMarketing URL for this locale
support_urlNoSupport URL for this locale
Behavior3/5

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

No annotations are provided, so the description should disclose traits. It indicates a mutation ('Update'), but does not specify behavioral aspects like idempotency, permission requirements, or side effects. The schema covers parameters but not behavior.

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 two sentences with no redundant words. The first sentence states the purpose, the second provides a prerequisite. Highly efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 parameters, no output schema, and no annotations, the description is somewhat sparse. It covers the main purpose and the key prerequisite but lacks detail on outcomes, optionality, or common usage patterns. It is sufficient for a basic understanding but not comprehensive.

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 coverage is 100%, so the description adds no extra semantics beyond listing example fields. With full schema documentation, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the verb 'Update' with the resource 'App Store version localization' and lists example fields, making the action clear. It hints at sibling differentiation by referencing get_version_localization, but does not explicitly distinguish from other update tools.

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 explicitly advises using get_version_localization first to obtain the localization ID, providing clear context for when to call this tool. It does not mention when to avoid it or alternatives, so it's not a 5.

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/ahmetsina/mcp-appstore-connect'

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