Skip to main content
Glama

apple_list_screenshot_sets

Retrieve screenshot sets for a specific app localization to manage visual assets in App Store Connect.

Instructions

List screenshot sets for a localization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localizationIdYesVersion Localization ID

Implementation Reference

  • The handler and schema definition for the apple_list_screenshot_sets tool.
    const listScreenshotSets: ToolDef = {
      name: 'apple_list_screenshot_sets',
      description: 'List screenshot sets for a localization',
      schema: z.object({
        localizationId: z.string().describe('Version Localization ID'),
      }),
      handler: async (client, args) => {
        return client.request(
          `/appStoreVersionLocalizations/${args.localizationId}/appScreenshotSets`,
          { params: { 'include': 'appScreenshots' } },
        );
      },
    };

Tool Definition Quality

Score is being calculated. Check back soon.

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/mikusnuz/app-publish-mcp'

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