Skip to main content
Glama
ahmetsina

mcp-appstore-connect

by ahmetsina

update_age_rating_declaration

Update an app's age rating declaration by specifying content descriptors and flags for mature content, gambling, and more using the declaration ID.

Instructions

Update the age rating declaration for an app. Values should be NONE, INFREQUENT_OR_MILD, or FREQUENT_OR_INTENSE where applicable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
declaration_idYesThe age rating declaration ID
alcohol_tobacco_or_drug_use_or_referencesNoAlcohol, tobacco, or drug use or references
contestsNoContests
gambling_simulatedNoSimulated gambling
medical_or_treatment_informationNoMedical or treatment information
profanity_or_crude_humorNoProfanity or crude humor
sexual_content_graphic_and_nudityNoSexual content, graphic and nudity
sexual_content_or_nudityNoSexual content or nudity
horror_or_fear_themesNoHorror or fear themes
mature_or_suggestive_themesNoMature or suggestive themes
violence_cartoon_or_fantasyNoCartoon or fantasy violence
violence_realistic_prolonged_graphic_or_sadisticNoRealistic, prolonged, graphic, or sadistic violence
violence_realisticNoRealistic violence
gambling_and_contestsNoGambling and contests
gamblingNoGambling
loot_boxNoContains loot boxes
unrestricted_web_accessNoUnrestricted web access
seventeen_plusNoMade for 17+ audience
age_rating_overrideNoOverride the calculated age rating
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It states 'update' implying mutation, but lacks details on permissions, rate limits, idempotency, or what happens to existing values. The description is insufficient for behavioral understanding.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus a value note, which is efficient. It is front-loaded with the main purpose. However, it could be slightly improved without adding excessive length. No unnecessary words.

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

Completeness2/5

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

Given the tool has 19 parameters and no output schema, the description is too brief. It does not explain how the update works (e.g., partial vs full replacement), the significance of parameter groupings, or what the agent should expect as a response. More context is needed for effective use.

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%, so the schema already documents each parameter's meaning. The description's mention of enum values adds no extra semantics beyond what the schema provides. Baseline 3 is appropriate as description does not degrade or enhance schema info.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action is to update the age rating declaration for an app, and specifies the valid enum values. It distinguishes from the sibling 'get_age_rating_declaration' which is a read tool, but does not explicitly differentiate among other update tools.

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 guidance on enum values ('NONE, INFREQUENT_OR_MILD, or FREQUENT_OR_INTENSE') but does not specify when to use this tool versus alternatives like 'get_age_rating_declaration' or other update tools. No explicit context on prerequisites or exclusions.

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/ahmetsina/mcp-appstore-connect'

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