Skip to main content
Glama
JoshuaRileyDev

app-store-connect-mcp-server

list_beta_feedback_screenshots

Retrieve beta tester feedback screenshots for your app, including device info and comments. Filter by build, platform, device model, OS version, or tester.

Instructions

List all beta feedback screenshot submissions for an app. This includes feedback with screenshots, device information, and tester comments. You can identify the app using either appId or bundleId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order for results (default: -createdDate for newest first)
appIdNoThe ID of the app to get feedback for (e.g., '6747745091')
limitNoMaximum number of feedback items to return (default: 50, max: 200)
buildIdNoFilter by specific build ID (optional)
bundleIdNoThe bundle ID of the app (e.g., 'com.example.app'). Can be used instead of appId.
testerIdNoFilter by specific tester ID (optional)
osVersionNoFilter by OS version (e.g., '18.4.1') (optional)
appPlatformNoFilter by app platform (optional)
deviceModelNoFilter by device model (e.g., 'iPhone15_2') (optional)
includeBuildsNoInclude build information in response (optional)
devicePlatformNoFilter by device platform (optional)
includeTestersNoInclude tester information in response (optional)
Behavior2/5

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

No annotations provided; description only states basic functionality without disclosing behavioral traits such as read-only nature, pagination, or authorization needs.

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 sentences, directly to the point, no unnecessary words or repetition.

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?

With 12 parameters and no output schema, description lacks explanation of result structure, pagination, or overall behavior beyond listing.

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 has 100% coverage, so baseline 3; description adds minimal value by indicating appId and bundleId are alternatives, but does not elaborate on other parameters.

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 verb 'List' and the resource 'beta feedback screenshot submissions', and distinguishes from sibling tool 'get_beta_feedback_screenshot' by explicitly mentioning 'List all'.

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?

No guidance on when to use this tool versus alternatives, nor any exclusionary or contextual direction for usage.

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/JoshuaRileyDev/app-store-connect-mcp-server'

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