Skip to main content
Glama
SardorbekR

App Store Connect MCP Server

by SardorbekR

get_finance_report

Download and parse finance reports from App Store Connect, returning structured rows for revenue summaries or transaction details by providing vendor number, region code, fiscal month, and report type.

Instructions

Download and parse a finance report from App Store Connect. Returns financial report data as structured rows. Your vendor number can be found in App Store Connect under Settings > Agreements, Tax, and Banking. The regionCode is a 1-2 letter code representing the financial region (e.g., 'US' for United States, 'EU' for Europe, 'JP' for Japan, 'Z1' for rest of world). Report date must be in YYYY-MM format. Reports are typically available 30-45 days after the end of the fiscal month. Use FINANCIAL for revenue summary or FINANCE_DETAIL for line-item details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNumberYesYour vendor number (numeric string). Found in App Store Connect → Settings → Agreements, Tax, and Banking.
regionCodeYesFinancial region code (1-2 characters). Examples: 'US' (United States), 'EU' (Europe), 'JP' (Japan), 'AU' (Australia), 'Z1' (rest of world).
reportDateYesThe fiscal month for the report in YYYY-MM format (e.g., '2024-01').
reportTypeYesFINANCIAL for revenue summary by territory. FINANCE_DETAIL for line-item transaction details.
maxRowsNoMaximum number of data rows to return (1-1000, default 100).
Behavior3/5

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

No annotations are provided, so the description bears the full burden. It discloses the availability delay (30-45 days) and the output format (structured rows). It does not cover authentication details or rate limits, but for a read-only operation the transparency is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at about 100 words, with no superfluous sentences. It front-loads the core purpose and then adds necessary context. It could be slightly more structured (e.g., using bullet points) but is clear and efficient.

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 has 5 parameters (4 required) and no output schema, the description covers all key aspects: finding vendor number, region codes, date format, report type meanings, and availability delay. It hints at output as 'structured rows' but lacks specifics on columns, which is a minor gap.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining where to find the vendor number, providing region code examples, specifying the date format, and clarifying the difference between report types. This goes beyond the schema descriptions.

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 downloads and parses a finance report from App Store Connect, returning structured rows. It mentions specific report types and region codes, distinguishing it from siblings like get_sales_report.

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 explicit guidance on how to find the vendor number, the format for regionCode and reportDate, and when reports are available. It also clarifies which reportType to use for different needs (FINANCIAL vs FINANCE_DETAIL). However, it does not explicitly exclude alternatives.

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/SardorbekR/appstore-connect-mcp'

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