Skip to main content
Glama

apple_get_age_rating

Retrieve age rating declarations for App Store Connect apps using the AppInfo ID to ensure compliance with content guidelines.

Instructions

Get age rating declaration for an app info

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appInfoIdYesAppInfo ID

Implementation Reference

  • The implementation of the 'apple_get_age_rating' tool, including its schema and handler function.
    const getAgeRating: ToolDef = {
      name: 'apple_get_age_rating',
      description: 'Get age rating declaration for an app info',
      schema: z.object({
        appInfoId: z.string().describe('AppInfo ID'),
      }),
      handler: async (client, args) => {
        return client.request(`/appInfos/${args.appInfoId}/ageRatingDeclaration`);
      },
    };
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