Skip to main content
Glama
lusky3
by lusky3

get_device_tier_config

Retrieve a device tier configuration for an app using its package name and config ID to manage device-specific settings.

Instructions

Get a device tier config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYesApp package name
device_tier_config_idYesDevice tier config ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

'Get' implies a read-only, non-mutating operation, which is useful given there are no annotations. However, the description adds no additional behavioral context such as existence/error behavior, permission requirements, or rate limits, so it carries only the minimum level of transparency.

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 a single, front-loaded sentence with no filler or redundant information. It communicates the operation clearly in minimal space.

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?

For a simple two-parameter get operation with an output schema, the description is minimally viable. It does not explain how to locate a device_tier_config_id or when to choose this tool over the list/create sibling tools, but the basic purpose and required parameters are present.

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%, and the schema already documents package_name and device_tier_config_id. The tool description contributes no additional parameter semantics beyond what the schemas already provide.

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 states a specific retrieval operation on a specific resource ('Get a device tier config'), so the agent can infer this tool fetches a single existing config. It does not explicitly contrast with list_device_tier_configs or create_device_tier_config, but the word 'Get' and the required ID parameter make the core purpose fairly clear.

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?

There is no guidance about when to use this tool versus alternatives like list_device_tier_configs or create_device_tier_config. The requirement for device_tier_config_id implies retrieval of an existing config by ID, but this is never stated.

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/lusky3/play-store-mcp'

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