Skip to main content
Glama
yuraist

App Store Connect MCP Server

by yuraist

update_subscription

Update an existing subscription's details, such as name, group priority, review note, and Family Sharing availability, using the App Store Connect API.

Instructions

Update an existing subscription

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew reference name
groupLevelNoGroup level (priority) within the subscription group. 1 = highest priority
reviewNoteNoReview note for App Review
familySharableNoWhether the subscription is shareable with Family Sharing
subscriptionIdYesThe subscription ID
Behavior1/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It fails to mention whether updates are partial, how omitted fields are handled, or any side effects on pricing/localizations. The description provides zero transparency beyond the action itself.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with no redundant wording. However, it lacks structure (e.g., bullets or sections) and is extremely brief, though this does not harm its efficiency.

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

Completeness1/5

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

For a mutation tool with 5 parameters and no output schema, this description is critically underspecified. It does not clarify the scope of updates, required fields beyond subscriptionId, or return behavior. The agent is left with insufficient information to use the tool safely.

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%, with each parameter (name, groupLevel, reviewNote, familySharable, subscriptionId) fully described in the schema. The tool description adds no extra parameter semantics, so the baseline of 3 is appropriate since the schema handles the heavy lifting.

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 clearly states the action ('update') and resource ('existing subscription'), distinguishing it from create_subscription or list_subscriptions. However, it does not differentiate from other update tools like set_subscription_price or set_subscription_localization, and it lacks specific details about what fields can be updated.

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?

The description gives no guidance on when to use this tool versus alternatives such as set_subscription_price or set_subscription_localization. It neither states prerequisites nor exclusions, leaving the agent to infer usage from the name alone.

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/yuraist/appstoreconnect-mcp'

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