Skip to main content
Glama
beautyfree

App Store Connect MCP

by beautyfree

Download sales report

download-sales-report
Read-onlyIdempotent

Retrieves sales and trends reports from App Store Connect, providing tab-delimited data for analysis.

Instructions

Download a sales and trends report (gzip TSV). Requires APP_STORE_CONNECT_VENDOR_NUMBER. Returns decompressed tab-delimited text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoReport schema version (default: 1_1 for DAILY SALES, else 1_0)
frequencyYesFrequency: DAILY, WEEKLY, MONTHLY, or YEARLY
reportDateYesReport date: YYYY-MM-DD for DAILY, YYYY-MM for MONTHLY, YYYY for YEARLY; WEEKLY format varies by region
reportTypeNoReport type (e.g. SALES for sales and trends)SALES
vendorNumberNoVendor number (default: APP_STORE_CONNECT_VENDOR_NUMBER). Find in App Store Connect → Payments and Financial Reports.
reportSubTypeNoSub type (e.g. SUMMARY for summary report)SUMMARY
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive. Description adds behavioral context by noting the report is gzip compressed and returns decompressed tab-delimited text, which is not conveyed by annotations or schema.

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 concise sentences that immediately state the action, resource, format, and key prerequisite. No filler or repetition of schema details.

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?

With a rich schema and good annotations, description covers the return format and a necessary requirement. It lacks nothing critical for selection or invocation, though could mention alternative report types.

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?

Schema covers all 6 parameters with detailed descriptions (100% coverage). The description itself does not add parameter-level meaning beyond what schema already provides, so baseline 3 is appropriate.

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?

Description clearly states the action ('Download') and resource ('sales and trends report'), with format ('gzip TSV') and differentiates from sibling download-finance-report by specifying 'sales'.

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?

Provides clear context: requires APP_STORE_CONNECT_VENDOR_NUMBER. However, it does not explicitly contrast with download-finance-report or state when not to use, so lacks explicit alternative 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/beautyfree/appstore-connect-mcp'

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