Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

analytics__get_report

Read-onlyIdempotent

Fetch App Store analytics report rows in one step. Provide an app and report name to automatically download and decode the gzipped TSV, eliminating the need for multiple API calls.

Instructions

Read an App Store analytics report as rows, in one step. Give the app (name, bundle ID or Apple ID) and the report name or category; it walks the request → report → instance → segment chain, downloads the gzipped TSV Apple stores behind a signed link, and returns decoded rows. Use this instead of chaining analytics_report_requests / analytics_reports / analytics_report_instances / analytics_report_segments, which ends holding a URL rather than data. Does not start a new report request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesApp name, bundle ID (com.example.app) or numeric Apple ID.
reportNoReport name, exact or partial, e.g. "App Store Installations". Omit to list what this app has available instead of downloading one.
categoryNoNarrow the report search to one category.
max_rowsNoCap on returned data rows (default 200, hard cap 1000).
granularityNoWhich cadence of instance to read. Defaults to DAILY.
processing_dateNoInstance date as YYYY-MM-DD. Defaults to the most recent instance Apple has processed, which is usually not today.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesResolved app, as "Name (id)".
noteNo
rowsNo
reportNo
headersNo
categoryNo
segmentsNoHow many segments were stitched together.
availableNoPresent when no report was named: what this app can report on.
totalRowsNo
truncatedNoTrue when max_rows cut the rows short.
granularityNo
processingDateNo
Behavior4/5

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

With readOnlyHint and idempotentHit already present, the description adds valuable multi-step context: walking the full request→report→instance→segment chain, downloading a gzipped TSV, and decoding rows. It also clarifies there is no side effect of starting a new request. This goes beyond the annotations and gives the agent a richer mental model, though it omits details like error conditions or rate limits.

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 well-structured and efficiently written. It front-loads the main purpose, then immediately addresses the key alternative, and closes with a critical non-side-effect statement. Every sentence earns its place, and the length is appropriate for the tool's complexity.

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 the tool's multi-step nature, the description provides sufficient context: the chain traversal, the download/decode, the alternative listing mode, and the no-new-request constraint. The rich input schema and presence of an output schema cover parameter details and return shape, so the description completes the picture for reliable invocation.

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 provides 100% coverage with rich descriptions for all six parameters. The description adds a high-level summary of which parameters matter ('app... and the report name or category') and clarifies that omitting 'report' triggers a list behavior, but these are already implied or stated in the schema. The additional value is marginal, warranting the baseline score for high schema coverage.

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 opens with a specific verb ('Read'), a clear resource ('App Store analytics report'), and the outcome ('returns decoded rows'). It distinguishes itself from the chained sibling tools by explaining the alternative approach and why this one is preferable, making its unique purpose unambiguous.

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 names the alternative tools (analytics_report_requests, analytics_reports, analytics_report_instances, analytics_report_segments) and explains they end with a URL rather than data. It also adds a conditional usage ('Omit to list what this app has available instead of downloading one') and explicitly states a non-goal ('Does not start a new report request'), giving clear when-to-use and when-not-to-use guidance.

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