Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

analytics_report_requests__create

Request Apple to generate app analytics, choosing a one-time snapshot of the past year or ongoing data collection.

Instructions

Ask Apple to start producing analytics for an app. ONE_TIME_SNAPSHOT covers the past 365 days; ONGOING keeps going as new data arrives. Nothing is downloadable straight away — a fresh request has no instances for a day or more. [POST /v1/analyticsReportRequests]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesJSON:API request body (Apple schema: AnalyticsReportRequestCreateRequest).
Behavior4/5

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

The description adds behavioral detail beyond the annotations (which only indicate non-read-only, non-idempotent, non-destructive) by stating that nothing is downloadable immediately and that a fresh request has no instances for a day or more. It also explains the behavior of the two access types.

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 three sentences, each carrying essential information: the operation, the access type meanings, and the availability delay. It is front-loaded with the core purpose and contains no redundant text.

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 create operation with a nested body schema and no output schema, the description covers key aspects: what it does, the choice of access types, and the expected delay. It does not describe the response shape, but the absence of an output schema makes this less critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only a generic description for the body parameter, but the description adds meaning to the accessType enum by explaining what ONE_TIME_SNAPSHOT and ONGOING mean. This goes beyond the raw enum values listed in the schema.

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 action ('Ask Apple to start producing analytics for an app') and the specific resource (analytics report request), distinguishing it from sibling tools like analytics_report_requests__get and __delete. The endpoint is also included, reinforcing the operation.

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

Usage Guidelines4/5

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

The description provides context for selecting access types (ONE_TIME_SNAPSHOT vs ONGOING) and explains the delay before data is available. It does not explicitly name alternative tools, but the action verb 'start producing' and the explanation of access types imply when this create operation is appropriate.

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