Skip to main content
Glama

list_device_tier_configs

Retrieve device tier configs for an app, newest first, to see how device groups, tier sets, and country sets are organized for asset delivery. Use page_token for pagination.

Instructions

List the device tier configs of an app, newest first. A device tier config groups devices into tiers by RAM, system-on-chip and other selectors so one app bundle can serve different assets per tier. Each entry has a deviceTierConfigId plus its deviceGroups, deviceTierSet and userCountrySets; pass an id to get_device_tier_config for the full definition. Returns 10 by default, 100 at most; pass page_token from nextPageToken to continue. Device tier configs are read-only here — create them in the Play Console or with bundletool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax device tier configs (default: 10)
page_tokenNonextPageToken from a previous call
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses read-only behavior ('read-only here'), pagination defaults (10 default, 100 max), and the structure of returned entries. It does not mention potential errors or auth requirements, but for a read-only list operation this is reasonably transparent.

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 dense paragraph that front-loads the core action and then provides necessary details (pagination, read-only nature, sibling reference). All sentences contribute useful information, though it could be slightly more concise by splitting into a few short sentences. Still highly efficient.

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?

For a list tool with 3 parameters and no output schema, this description is quite complete. It covers the purpose, default behavior, pagination, and how to handle the nextPageToken. It also tells the user where the full definition lives. It lacks explicit mention of response format details beyond the entry fields, but that is arguably covered by the entry description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds valuable semantics beyond the schema: it specifies the default limit value, explains the purpose of page_token ('nextPageToken from a previous call'), and notes that package_name defaults to GOOGLE_PLAY_PACKAGE_NAME. This enriches the schema without redundancy.

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 explicitly states the action (list) and resource (device tier configs of an app), with a clear ordering clause ('newest first') and a one-sentence definition of what a device tier config is. It also distinguishes from the sibling get_device_tier_config by noting that this lists summaries while the get tool returns full definitions.

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

Usage Guidelines5/5

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

It provides explicit usage context: when you need the full definition, use get_device_tier_config; creation is done elsewhere (Play Console or bundletool). It also explains pagination usage with page_token from nextPageToken, which directly guides invocation.

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

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/OrellBuehler/play-console-mcp'

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