Skip to main content
Glama
OrellBuehler

testflight-mcp

by OrellBuehler

download_sales_report

Download App Store Connect sales and trends reports as decompressed CSV. Specify date, frequency, and report type to get the data you need.

Instructions

Download a Sales and Trends report as CSV text (decompressed from gzip). Requires a vendor number (from ASC_VENDOR_NUMBER or passed explicitly).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoReport version, e.g. '1_0' or '1_1' (some report types require it)
frequencyNoReport frequency (default: DAILY)
report_dateYesReport date: 'YYYY-MM-DD' (DAILY), 'YYYY-MM-DD' week end (WEEKLY), 'YYYY-MM' (MONTHLY), 'YYYY' (YEARLY)
report_typeNoReport type (default: SALES)
vendor_numberNoOverrides ASC_VENDOR_NUMBER
report_sub_typeNoReport sub type (default: SUMMARY)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses the output format and decompression but does not mention side effects (likely read-only), authorization requirements, rate limits, or error conditions. Minimal behavioral disclosure.

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, front-loaded with the primary action and output. Every sentence adds necessary information without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 6 parameters and no output schema, the description covers the output format and a key prerequisite. However, it omits default parameter values, error handling, and does not fully describe the return type (e.g., size or pagination). Adequate but leaves gaps.

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 input schema has 100% coverage for all 6 parameters. The description adds value by explaining the vendor_number parameter's behavior (overrides environment variable) and the output format. However, it does not clarify default values or other parameter meanings beyond the schema. Meets baseline with minor addition.

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 the verb 'Download', the resource 'Sales and Trends report', and the output format 'CSV text (decompressed from gzip)'. It distinguishes from generic download tools but could be more precise about the report scope versus sibling tools like download_finance_report.

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

Usage Guidelines2/5

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

The description provides a prerequisite (vendor number) but lacks guidance on when to use this tool versus alternatives such as create_analytics_report_request or download_finance_report. No explicit when-not or alternative tool references are given.

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/OrellBuehler/testflight-mcp'

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