Skip to main content
Glama
yuraist

App Store Connect MCP Server

by yuraist

list_custom_product_pages

List all custom product pages for an app by providing its App Store Connect app ID.

Instructions

List all custom product pages for an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesThe App Store Connect app ID
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states 'List all' without mentioning the response format, pagination, permissions required, or any other behavioral traits. This is insufficient for an API tool that may have side effects or limitations.

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 a single sentence, highly concise, and front-loaded with the action and resource. No wasted words.

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?

The tool is relatively simple (one parameter, no output schema). However, the description does not address key context such as the return value structure, pagination, or any use case distinctions. It provides the minimal essentials but leaves notable gaps for full completeness.

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 covers 100% of parameters, so the baseline is 3. The description adds minimal value beyond the schema—saying 'for an app' simply maps to appId but does not clarify the format or meaning beyond what the schema already states.

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 uses a clear verb ('List') and resource ('custom product pages'), with an explicit scope ('for an app'). It distinguishes itself from sibling tools like get_custom_product_page, create_custom_product_page, and update_custom_product_page by clearly indicating a collection-level operation.

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 is for retrieving all custom product pages, but it does not explicitly state when to use it versus alternatives like get_custom_product_page. There is no mention of when not to use it or any prerequisites, so the guidance is only implied.

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/yuraist/appstoreconnect-mcp'

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