Skip to main content
Glama
Hiru-ge
by Hiru-ge

Release Approved Version

asc_release_app_store_version
Destructive

Release an approved App Store version that is pending manual release, making it available to users.

Instructions

Release an approved App Store version that is waiting for a manual release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionIdYes
Behavior3/5

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

Annotations already indicate destructive behavior (destructiveHint=true). The description adds context that the version must be 'approved' and 'waiting for manual release,' but does not detail other behavioral aspects like persistence or potential side effects beyond the annotation hints.

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 efficiently conveys the tool's purpose with no unnecessary words.

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

Completeness5/5

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

For a simple tool with one required parameter and no output schema, the description, combined with annotations, sufficiently covers the essential information needed to understand and invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage and only one parameter, 'versionId'. The description provides no additional meaning or format details about this parameter, such as how to obtain it or that it identifies the version to release.

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 the verb 'release' and the resource 'approved App Store version', distinguishing it from related tools like 'asc_submit_app_store_version' (submits for review) and 'asc_enable_phased_release' (gradual rollout).

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

Usage Guidelines3/5

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

The description implies the tool should be used when a version is approved and waiting for manual release, but it does not explicitly state when not to use it or mention alternatives, such as phased release options.

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/Hiru-ge/asc-mcp'

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