Skip to main content
Glama
gjeltep

io.github.gjeltep/app-store-connect-mcp

by gjeltep

user_invitations_list

Retrieve a paginated list of App Store Connect user invitations. Sort by email or last name, apply filters, and manage pending invites efficiently.

Instructions

[Users/Invitations] List all user invitations.

        Default limit is 50. Max 200. Use pagination metadata for additional pages.
        Supported sort: email, -email, lastName, -lastName
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoemail
limitNo
filtersNo
includeNo
visible_apps_limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It goes beyond the verb by specifying default limit, max limit, pagination metadata, and supported sort fields. It does not mention auth or rate limits, but these are not critical for a read-only list endpoint and the 'list' verb implies safety.

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?

The description is extremely concise and well-structured. The purpose is front-loaded, followed by two clear operational bullets. Every sentence earns its place, with no filler or redundancy.

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?

The tool has 5 parameters and no annotations, and the output schema exists but does not explain parameter usage. The description covers core list behavior, pagination, and sort, but lacks explicit guidance on filters and include semantics. Given the complexity, the description is adequate but leaves notable 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?

Schema description coverage is 0%, so the description must compensate. It usefully documents valid sort values and the default/max limit. However, it leaves filters, include, and visible_apps_limit completely unexplained, so parameter semantics are only partially covered.

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 starts with a clear verb+resource combination: 'List all user invitations.' It distinguishes itself from sibling tools like user_invitations_get (single invitation) and users_list (different resource) by explicitly stating it lists invitations.

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 provides operational context (default limit, max, pagination, sort options) but does not explicitly state when to use this tool versus alternatives such as user_invitations_get or users_list. Usage is implied rather than explicitly guided.

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

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