Skip to main content
Glama
tomoki013

appstore-connect-mcp

by tomoki013

[Write] Update App Review information

asc_review_update

Update reviewer-only information for an app version, including contact details, demo account, and notes. Supports dry-run preview and keeps password write-only.

Instructions

Write. Partially updates reviewer-only info: contact name/phone/email, demoAccountRequired, demoAccountName, demoAccountPassword, notes. Password is accepted as write-only input — it is never echoed back in this tool's result, in dryRun output, or in logs. Supports dryRun.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesBundle id, app name, or App Store Connect app id
notesNo
dryRunNoPreview only, do not apply
versionYesApp Store version string, e.g. "1.1"
contactEmailNo
contactPhoneNo
contactLastNameNo
demoAccountNameNo
contactFirstNameNo
demoAccountPasswordNoWrite-only; never returned by any tool
demoAccountRequiredNo
Behavior4/5

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

With no annotations, the description bears full transparency responsibility. It explicitly discloses that the password is write-only and never echoed in results, dryRun output, or logs, and that the update is partial. This goes beyond schema details and provides valuable safety context, though it does not cover permissions or error 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 three concise sentences that start with the operation type ('Write.'), then list the affected fields, and provide essential password/dryRun details. Every sentence adds value with no redundancy or filler.

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?

The tool has 11 parameters, no output schema, and no annotations. The description covers scope, partial-update behavior, password safety, and dryRun, but it does not mention what the response contains or potential error conditions. This leaves some ambiguity for an agent invoking it, though the core usage is reasonably covered.

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 only 36%, and the description groups parameters as 'reviewer-only info' but does not individually explain semantics for most fields (e.g., contactEmail, notes). It repeats password write-only behavior from the schema and mentions dryRun, but does not fully compensate for missing parameter descriptions on 7 schema properties.

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 it's a write operation that 'partially updates reviewer-only info', enumerating specific fields (contact name/phone/email, demoAccountRequired, demoAccountName, demoAccountPassword, notes). This distinctively separates it from read tools like asc_review_get and other update tools such as asc_version_update.

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 implies when to use the tool (for updating reviewer-only information) and mentions dryRun support for previewing changes. However, it does not explicitly exclude alternatives like asc_submit_for_review or provide 'when-not-to-use' guidance, though the context is clear.

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