Skip to main content
Glama
ahmetsina

mcp-appstore-connect

by ahmetsina

create_phased_release

Initiate a gradual rollout of an App Store update over 7 days using phased release. Control the release state to start or prepare the process.

Instructions

Create a phased release for an App Store version. Phased release gradually rolls out the update to users over 7 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
version_idYesThe App Store version ID
phased_release_stateNoInitial state: ACTIVE to start phased release, INACTIVE to prepare but not startACTIVE
Behavior3/5

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

With no annotations, the description bears full burden. It mentions gradual rollout over 7 days but does not disclose other behaviors like the effect of the phased_release_state parameter (can be set to INACTIVE to prepare without starting). No mention of permissions or side effects, but for a creation tool, transparency is adequate.

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?

Highly concise: two sentences, front-loaded with purpose, no redundant words. Every sentence adds value.

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 description explains what phased release is, but does not mention what the tool returns (likely the created release), nor the requirement that a version must exist. No output schema, so more context would help.

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 has 100% description coverage, so the description adds no additional meaning beyond the schema. The baseline of 3 is appropriate.

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 creates a phased release for an App Store version and explains what a phased release does (gradually rolls out over 7 days). It is distinct from sibling tools like update_phased_release or delete_phased_release.

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, such as update_phased_release or get_phased_release. There is no mention of prerequisites, like the existence of an App Store version.

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