Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

apps__in_app_purchases_v2__list

Read-onlyIdempotent

List in-app purchases v2 for an app. Filter by name, state, product ID, or type, and include related records.

Instructions

List the in-app purchases (v2) belonging to an app. [GET /v1/apps/{id}/inAppPurchasesV2]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID from the matching list call.
sortNocomma-separated list of sort expressions; resources will be sorted as specified
limitNomaximum resources per page
includeNocomma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned.
next_urlNoAbsolute links.next URL from a previous response.
filter_nameNofilter by attribute 'name'
filter_stateNofilter by attribute 'state'
filter_productIdNofilter by attribute 'productId'
filter_inAppPurchaseTypeNofilter by attribute 'inAppPurchaseType'
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds no extra behavioral context (e.g., pagination, default sorting, or relationship inclusion) beyond the endpoint, so it meets the reduced bar but does not enhance it.

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 concise sentence with the endpoint, front-loaded and free of unnecessary words. Every word earns its place, and it is appropriately sized for a list operation.

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?

Given the tool's moderate complexity, the schema covers all parameters, and annotations cover safety. The description is sufficient for a list operation, though it omits details about return structure, but this is not critical given the rich schema.

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 provides descriptions for all 9 parameters (100% coverage), so the description does not need to add parameter details. It adds no extra semantics beyond what the schema already documents, thus baseline 3 applies.

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 lists in-app purchases (v2) for an app, using a specific verb and resource. It includes the endpoint for clarity and distinguishes from other list tools by naming the exact resource.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions or contrast with sibling list tools, leaving the agent to infer usage solely from the resource name.

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/erayendes/app-store-connect-mcp'

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