Skip to main content
Glama
ItsJuniorDias

apple-revcat-mcp

asc_get_sales_report

Get App Store Connect sales or subscription reports as TSV. Select report type, date, and frequency for daily, weekly, monthly, or yearly data.

Instructions

Download a sales/subscription report as TSV.

  • reportDate format: YYYY-MM-DD (daily), YYYY-MM-DD ending Sunday (weekly), YYYY-MM (monthly), YYYY (yearly).

  • reportType SALES = downloads + gross revenue by SKU.

  • reportType SUBSCRIPTION = active subscription state on that date.

  • reportType SUBSCRIPTION_EVENT = trial starts, conversions, cancels, renewals.

  • reportType SUBSCRIBER = per-subscriber ledger. Apple has ~1 day lag; request yesterday, not today. Reports are aggregated in America/Los_Angeles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoReport version. Only set if you need a specific one.
maxLinesNoTruncate to this many lines (header preserved).
frequencyNoDAILY
reportDateYesYYYY-MM-DD for daily/weekly (Sunday for weekly), YYYY-MM for monthly, YYYY for yearly.
reportTypeNoSALES
reportSubTypeNoSUMMARY
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses timezone (America/Los_Angeles), Apple's data lag, and truncation via maxLines. It does not explicitly state the tool is read-only, but the context implies it. No contradictions.

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 concise with bullet points, front-loaded with purpose, and each sentence adds value. No wasted words.

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 tool with 6 parameters and no output schema, the description covers purpose, date formats, report types, lag, and timezone. It lacks details on maxLines truncation behavior beyond header preservation, but is otherwise comprehensive.

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 description coverage is 50%. The description adds value for reportDate format and reportType meanings, but does not explain version, maxLines, frequency, or reportSubType. Baseline of 3 is appropriate as the description partially compensates.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Download a sales/subscription report as TSV' and lists report types and date formats. It does not explicitly differentiate from sibling tools like asc_get_subscription_events, but the purpose is specific and actionable.

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 explains when to use each reportType (SALES for downloads+revenue, SUBSCRIPTION for active subscriptions, etc.) and mentions Apple's 1-day lag. It does not provide explicit when-not-to-use or alternatives, but the guidance is clear.

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/ItsJuniorDias/apple-revcat-mcp'

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