Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

apps__beta_feedback_screenshot_submissions__list

Read-onlyIdempotent

Retrieve beta feedback screenshot submissions for a specific app. Filter by build, tester, osVersion, or deviceModel to narrow results.

Instructions

List the beta feedback screenshot submissions belonging to an app. [GET /v1/apps/{id}/betaFeedbackScreenshotSubmissions]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID from the matching list call.
sortNocomma-separated list of sort expressions; resources will be sorted as specified
limitNomaximum resources per page
includeNocomma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned.
next_urlNoAbsolute links.next URL from a previous response.
filter_buildNofilter by id(s) of related 'build' Takes a 'build' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
filter_testerNofilter by id(s) of related 'tester' Takes a 'tester' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
filter_osVersionNofilter by attribute 'osVersion'
filter_appPlatformNofilter by attribute 'appPlatform'
filter_deviceModelNofilter by attribute 'deviceModel'
filter_devicePlatformNofilter by attribute 'devicePlatform'
filter_build.preReleaseVersionNofilter by id(s) of related 'build.preReleaseVersion' Takes a 'build.preReleaseVersion' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
fields_betaFeedbackScreenshotSubmissionsNothe fields to include for returned resources of type betaFeedbackScreenshotSubmissions Return only these attributes. A full row set can exceed 200 KB.
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the agent knows this is a safe read operation. The description adds no behavioral context beyond the annotations, such as parial behavior, rate limits, or that the list can be filtered. Since annotations cover the key behavioral traits, a score of 3 is appropriate—the description is acceptable but does not add extra value.

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

Conciseness3/5

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

The description is a single sentence that conveys the core purpose, followed by an API path. It is concise but offers no additional structure or front-loading of critical context. It earns its place for purpose clarity but could be more informative about results or parameters in the same space.

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?

For a list operation with a rich input schema and good annotations, the description is adequate. It tells the agent what the tool does and the required ID. However, it does not mention that the output might be paginated, or what the default response includes. Given the schema covers parameters well and no output schema exists, the description is complete enough for a basic list tool, but not excellent.

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 100%, so all 13 parameters are already documented in the schema. The description has no parameter-specific information. The baseline is a score of 3 given high coverage, and the description does not add any additional meaning. The minimal description is sufficient, but does not elevate above the baseline.

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 states 'List the beta feedback screenshot submissions belonging to an app.' The verb 'list' is specific, 'beta feedback screenshot submissions' is the resource, and 'belonging to an app' clarifies the scope. It clearly distinguishes from sibling tools like 'beta_feedback_screenshot_submissions__delete' and 'beta_feedback_screenshot_submissions__get'. A slight deduction for not mentioning that it returns a paginated list.

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

Usage Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives. In the context of siblings like 'beta_feedback_screenshot_submissions__delete' and 'beta_feedback_screenshot_submissions__get', the name and verb already imply usage for listing, but no exclusions or alternative tool mentions are given. The description is minimal but sufficient for an agent to infer when to use it based on the list verb.

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

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