Skip to main content
Glama
lusky3
by lusky3

create_system_apk_variant

Generate a system APK variant from an app bundle by specifying package name, version code, and variant details like device spec and options.

Instructions

Create a system APK variant from an uploaded app bundle.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variantYesVariant resource body (e.g. `deviceSpec` and `options`)
package_nameYesApp package name
version_codeYesVersion code of the app bundle

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It only says 'Disabled in read-only mode,' which is a mode restriction, not a detailed behavior of the action itself. No mention of side effects, permissions, or what happens after creation beyond the output schema.

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 exceptionally concise: two sentences with no fluff. Every word contributes to the purpose or a key restriction. It is efficiently front-loaded with the action and the read-only caveat.

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?

Despite having an output schema, the description offers little contextual completeness for a create operation with nested objects. It lacks workflow context (e.g., prerequisite of uploading the bundle), potential failure scenarios, or how this variant integrates with other actions. The read-only note is a small addition but insufficient for a complex mutation.

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?

The input schema covers 100% of parameters with descriptions, including the nested `variant` object. The description adds no extra semantic meaning beyond what the schema already provides, so baseline 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 clearly states the action: 'Create a system APK variant from an uploaded app bundle.' This is a specific verb+resource combination that distinguishes it from deployment or other creation tools like create_in_app_product. It also notes read-only mode restriction, adding context.

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 does not provide explicit guidance on when to use this tool versus alternatives. It only mentions 'from an uploaded app bundle,' implying a prerequisite but without explicit instructions or exclusions. No mention of alternatives or conditions for use.

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