Skip to main content
Glama

get_country_availability

Get the countries a track is available in, including whether the app is restricted to a country list and which countries are included.

Instructions

Get the countries a track is available in, including whether the app is restricted to a country list and which countries are included. Read-only; change targeting with the country_targeting argument of create_release or promote_release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYesTrack to check, e.g. 'production'
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly says 'Read-only,' which tells the agent the tool does not mutate state. However, it does not mention potential errors, authentication requirements, or rate limits, but for a simple getter, this 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?

The description is concise (two sentences) and front-loaded with the main purpose. It provides essential info without redundancy or unnecessary detail. Every phrase earns its place, including the read-only note and the pointer to alternative tools.

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?

Given that this is a simple read-only tool with only two parameters and no output schema, the description sufficiently explains what it does and what it returns (countries and restriction status). It also guides the agent on related actions, making it complete for the tool's complexity.

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 schema has 100% description coverage for both parameters (track and package_name), so the schema already explains them. The description does not add extra meaning about parameters beyond that, but it does mention the output concept (restricted country list) which indirectly relates to the 'track' parameter. This matches the baseline of 3.

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 tool gets country availability for a track, including whether the app is restricted to a list and which countries are included. It uses a specific verb ('Get') and resource ('countries a track is available in'), and it differentiates from siblings by focusing on targeting status rather than release actions.

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

Usage Guidelines5/5

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

Explicitly states that the tool is read-only and directs users who want to change targeting to use the 'country_targeting' argument of create_release or promote_release. This gives clear when-to-use and when-not-to-use guidance, distinguishing it from modification tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OrellBuehler/play-console-mcp'

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