Skip to main content
Glama
huytrao
by huytrao

qa_set_game_level

Configure a specific game's test level by setting its config and confirming the action, enabling deterministic QA scenarios for Android testing.

Instructions

Set one test game level config through the opt-in local fixture control plane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelYes
configYes
confirmYes
game_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It indicates mutation ('Set') and a local/opt-in scope, but does not mention side effects on existing configs, whether changes persist, the required confirmation behavior, or what happens after the call.

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 one front-loaded sentence with no filler; every word contributes to the core purpose. It is concise, though the terseness borders on under-specification given the number of required parameters.

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

Completeness1/5

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

For a 4-required-parameter mutation tool with no output schema and no annotations, the description is far too thin. It omits the confirm protocol, config object expectations, and operational effects, leaving critical context missing.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no parameter-level meaning. It does not explain the required confirm token, the structure of config, the game_id enum, or the level range, leaving the agent to infer everything from the schema.

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 uses a specific verb and resource, 'Set one test game level config', which clearly identifies the core action. It does not explicitly distinguish this from sibling setters like qa_set_subscription, so it stops short of a 5.

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

Usage Guidelines4/5

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

The phrase 'opt-in local fixture control plane' gives clear context that this is a test-only, locally scoped configuration tool for QA fixture setup. It does not name alternatives or exclusions, but the context is sufficient to route an agent toward this tool for local level-config changes.

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

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/huytrao/Android_tester_qc_mcp_app'

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