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

Get App Availability

asc_get_app_availability
Read-onlyIdempotent

Retrieve global and territory-specific App Store availability, release dates, and pre-order settings for an app using its App ID.

Instructions

Get global and per-territory App Store availability, release, and pre-order settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the description does not need to repeat safety. It adds detail about the scope (global and per-territory) but omits info on data freshness, pagination, or limits, which is acceptable for a simple get tool.

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?

Description is a single, clear sentence that conveys the tool's purpose without unnecessary words. Perfectly concise and well-structured.

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

Completeness4/5

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

For a simple 1-parameter read-only tool with no output schema, the description covers the essential behavior. However, it misses any mention of optional parameters or the response structure, which could aid completeness. Still, it is largely adequate.

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?

Schema has 1 required parameter (appId) with 0% description coverage. The description does not explain appId's format or purpose, relying solely on the field name which may be ambiguous for new users. With low schema coverage, description should compensate but fails to do so.

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?

Description clearly states the tool retrieves global and per-territory availability, release, and pre-order settings. It uses specific verb 'Get' and resource 'App Store availability', distinguishing it from sibling tools that create, update, or list other entities.

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?

Description implies usage for fetching availability settings but does not explicitly state when to use this tool versus alternatives like 'asc_list_territory_availabilities' or 'asc_update_territory_availability'. No exclusions or context provided.

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