Skip to main content
Glama
SardorbekR

App Store Connect MCP Server

by SardorbekR

list_territories

List all App Store territories with their currencies to identify available markets for pricing.

Instructions

List all App Store territories (countries/regions) with their currencies. Useful for understanding which markets are available for pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of territories to return (1-200)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the output (territories with currencies) and implies a read-only operation, but does not disclose pagination behavior, rate limits, or any side effects. For a simple list tool, this is adequate but not thorough.

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 with no wasted words. The first sentence defines the action and output, and the second provides a use case. Ideal length for a straightforward list tool.

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 tool with one optional parameter and no output schema, the description is sufficiently complete. It explains the returned data (territories and currencies) and a typical use case. However, it could mention the return format or that results are paginated (if applicable).

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 covers 100% of the single parameter (limit) with a clear description and constraints. The description adds no additional meaning beyond what the schema already provides, earning the baseline score for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool lists App Store territories with their currencies. The use of 'all' slightly contradicts the optional limit parameter, but overall the verb and resource are specific. It distinguishes from sibling tools that deal with other entities like apps or builds.

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?

Provides a single use case ('understanding which markets are available for pricing') but does not explicitly guide when to use this tool versus alternatives like list_app_price_points or get_app_price_schedule. No exclusion criteria are mentioned.

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/SardorbekR/appstore-connect-mcp'

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