Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Create Device Tier Config

create_device_tier_config

Create a device tier configuration for an app, specifying device groups, tier sets, and country sets to control app delivery per device.

Instructions

Create a new device tier config.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYesDeviceTierConfig resource body (deviceGroups, deviceTierSet, userCountrySets)
package_nameYesApp package name
allow_unknown_devicesNoAccept device IDs unknown to Play's catalog rather than rejecting them (default: False)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only adds 'Disabled in read-only mode,' which hints at a write operation, but it does not state permissions, side effects, idempotency, or what happens on success or failure.

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 short and front-loaded with the core purpose. The second sentence about read-only mode is relevant and earns its place, though the overall definition is thinner than it could be.

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 schema fully documents parameters and an output schema exists, so return-value explanation is unnecessary. However, the description does not explain when a device tier config should be created versus other configuration operations, and the behavioral profile is underdeveloped.

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 all three parameters, including the nested config object and the boolean default for allow_unknown_devices. The description adds no parameter-level meaning beyond the schema, so the baseline of 3 applies.

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 opens with 'Create a new device tier config,' which names a specific action and a specific resource. This is immediately distinguishable from sibling read-only tools like get_device_tier_config and list_device_tier_configs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance about when to use this tool versus get/list variants or other configuration tools. The only contextual note, 'Disabled in read-only mode,' is an availability constraint, not a usage guideline.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools