Skip to main content
Glama
Hiru-ge
by Hiru-ge

List Version Localizations

asc_list_version_localizations
Read-onlyIdempotent

Retrieve localized metadata for an App Store version, including description, keywords, and what's new text for each locale.

Instructions

List per-locale App Store version metadata (description, keywords, what's new, etc.) for an App Store version.

Args:

  • versionId (string, required): The App Store version ID

  • limit (number): Maximum number of localizations to return (default 20, max 200)

  • nextUrl (string, optional): Pagination URL returned by a previous call

Returns: { "count": number, "items": [ { "id": string, // pass to asc_update_version_localization "locale": string, // e.g. "ja", "en-US" "description": string, "keywords": string, "whatsNew": string, "promotionalText": string, "supportUrl": string, "marketingUrl": string } ], "nextUrl": string | undefined }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return (default 20, max 200).
nextUrlNoThe nextUrl value returned by a previous call to this tool. Pass it back unchanged to fetch the next page. Omit for the first page.
versionIdYesThe App Store version ID to list localizations for.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by disclosing pagination behavior (nextUrl) and the default/max limit, providing behavioral context beyond annotations.

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 with an intro, Args list, and Returns block. Every sentence adds value, no redundancy. It is concise yet comprehensive.

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

Completeness5/5

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

Given the tool's simplicity (3 parameters, no formal output schema but description provides a detailed response format), the description is complete. It covers all necessary information: parameter usage, pagination, and return structure.

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. The description adds meaning by explaining the nextUrl parameter's role in pagination ('Pass it back unchanged to fetch the next page') and listing the default limit, enriching the 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 uses a specific verb ('List') and resource ('per-locale App Store version metadata') and clearly distinguishes it from siblings like asc_update_version_localization by stating it lists metadata, not updates. It also specifies the fields returned.

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 says 'for an App Store version' and explains pagination via nextUrl, providing clear context for when to use this tool. However, it does not explicitly state when not to use it or name alternatives.

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/Hiru-ge/asc-mcp'

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