Skip to main content
Glama
tomoki013

appstore-connect-mcp

by tomoki013

[Read] Get one App Info localization

asc_app_info_localization_get

Retrieve app-level localized metadata for a specific locale from App Store Connect. Provide app identifier and locale to get fields like name, subtitle, and description.

Instructions

Read-only. Gets app-level localized fields for a single locale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesBundle id, app name, or App Store Connect app id
localeYesLocale, e.g. "en-US"
Behavior3/5

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

With no annotations, the description carries full responsibility. It states 'Read-only' which is a clear behavioral disclosure, but lacks additional context such as authentication requirements, what fields are included, or error behavior. Some details are implied but not explicit.

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?

A single, front-loaded sentence that conveys the essential information without redundancy. 'Read-only.' is an efficient opening that immediately signals the safe nature of the operation.

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 tool is simple, with only two required parameters and a clear read-op purpose. The description covers the 'get one' aspect, and the schema covers parameters. However, without an output schema, the agent must infer the return shape; mentioning the specific localized fields returned or any potential errors would enhance completeness.

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?

The input schema fully describes both parameters (appId, locale) with descriptions, so the description adds no additional parameter semantics beyond what the schema already provides. Baseline 3 applies.

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 ('Gets') and clearly identifies the resource ('app-level localized fields for a single locale'), distinguishing this from sibling list/update/create operations.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like asc_app_info_localizations_list or asc_app_info_localization_update. The 'Read-only' prefix hints at a reading use case but does not give explicit context or exclusions.

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

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