Skip to main content
Glama

set_age_rating

Set your app's age rating by passing content declarations (e.g., medical info frequency). Apple computes the resulting 4+/9+/12+/17+ rating.

Instructions

Set the app's age-rating content declarations (Apple computes 4+/9+/12+/17+). Pass a declarations map, e.g. { medicalOrTreatmentInformation: "INFREQUENT_OR_MILD" }. Pro feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesApp Store Connect app ID
declarationsYesMap of declaration key to value. Frequency keys take NONE/INFREQUENT_OR_MILD/FREQUENT_OR_INTENSE (also INFREQUENT/FREQUENT for the few keys Apple uses those on); capability keys take true/false.
Behavior3/5

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

The description discloses that Apple computes the final age rating from the provided declarations, which is a behavioral trait beyond the schema. It also mentions 'Pro feature', hinting at access restrictions. However, it doesn't explain side effects, reversibility, or permissions, and since no annotations are present, the description carries the transparency burden but only partially fulfills it.

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 two sentences long and includes a practical example. Every word earns its place, with no repetition of schema details. It is efficient and front-loaded.

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

Completeness4/5

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

Given the moderate complexity (nested object param) and no output schema, the description provides sufficient context: purpose, example, Apple's rating calculation, and pro restriction. It doesn't mention return values but that's covered by the schema. The description is complete for a simple set operation.

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?

The schema already describes both parameters with 100% coverage, so the description adds limited value. It provides an example of the declarations map but doesn't introduce new meaning beyond the schema's explanation of keys and value types.

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 clearly states the tool's purpose: 'Set the app's age-rating content declarations'. This uses a specific verb+resource and distinguishes from sibling set_* tools by focusing on age rating. The added context about Apple computing 4+/9+/12+/17+ reinforces the tool's specific domain.

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 implies usage (pass declarations map) and notes it's a 'Pro feature', but does not explicitly state when to use this tool vs alternatives or provide exclusions. No comparison with sibling tools like set_privacy_nutrition or set_app_metadata is given.

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/pofky/asc-mcp'

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