Skip to main content
Glama
brunosemfio

app-store-connect-mcp

by brunosemfio

list_apps

Read-onlyIdempotent

Find app IDs by listing apps your API key can access, essential for using other App Store Connect tools.

Instructions

List the apps the configured API key can access.

Use this first to discover the numeric app IDs the other tools take.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional exact app name to filter by.
limitNoApps per page (1-200).
cursorNoPagination cursor returned by a previous call.
bundle_idNoOptional bundle ID to filter by, e.g. "com.example.app".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive behavior. The description adds value by clarifying that results are scoped to the configured API key and that the primary output is numeric app IDs consumed by sibling tools.

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 short sentences, front-loaded with the core behavior and followed by the use-first guidance. No wasted words.

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

Completeness5/5

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

Given strong annotations, a complete output schema, and full parameter documentation, the description covers everything needed to select and invoke the tool correctly. It even explains why the agent would call it first.

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%, with each parameter already documented (name, limit, cursor, bundle_id). The tool description adds no parameter-specific meaning beyond the schema, so the baseline score of 3 is appropriate.

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 states a specific verb ('List'), a clear resource ('the apps the configured API key can access'), and the purpose of discovering numeric app IDs for other tools. This distinguishes it from the report-focused siblings without ambiguity.

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 gives explicit guidance: 'Use this first' to discover app IDs needed by other tools. It doesn't spell out when not to use it, but the sibling tools operate on different resources, so no exclusions are necessary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.