Skip to main content
Glama
ahmetsina

mcp-appstore-connect

by ahmetsina

update_phased_release

Pause, resume, or complete an App Store phased release to control rollout progression.

Instructions

Update a phased release state. Use to pause, resume, or complete a phased release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phased_release_idYesThe phased release ID
phased_release_stateYesACTIVE to resume, PAUSED to pause rollout, COMPLETE to release to all users immediately
Behavior2/5

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

No annotations provided; description only states the action without detailing behavioral traits like irreversibility of COMPLETE or permissions needed. Schema already covers enum meanings, so description adds minimal transparency.

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?

Two sentences, front-loaded with purpose, no waste. Efficient and clear.

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?

For a simple mutation tool with 2 parameters, the description covers the core action but lacks information about return values or side effects. No output schema, so return info would be helpful. Adequate but not complete.

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 covers 100% of parameters with descriptions; the description adds context by mapping the enum values to actions (pause, resume, complete), but baseline 3 is appropriate as it does not add significant new meaning beyond schema.

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 updates a phased release state and lists the three actions (pause, resume, complete), distinguishing it from create and delete siblings.

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?

Explicitly states when to use it (to pause, resume, complete), but does not provide when-not or 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/ahmetsina/mcp-appstore-connect'

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