Skip to main content
Glama

get_expansion_file

Retrieve expansion file information for large Android apps that exceed the 100MB APK size limit. Specify package name, version code, and file type to get file size and references.

Instructions

Get APK expansion file information.

Expansion files are used for large apps (especially games) that exceed the 100MB APK size limit.

Args: package_name: App package name version_code: APK version code expansion_file_type: Type of expansion file (main or patch)

Returns: Expansion file information including size and references

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYes
version_codeYes
expansion_file_typeNomain

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It describes the input and output, but does not mention that it is a read-only operation, any authentication requirements, or rate limits. The description is adequate but incomplete.

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 moderately concise, with a clear explanation of expansion files and a separate Args section. It could be slightly more concise by integrating the context more efficiently, but it is well-structured.

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 description covers the basic purpose and arguments, and an output schema exists to document return values. However, it lacks details on prerequisites, error conditions, or how to interpret the size and references, leaving some gaps for a complete understanding.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. The Args section lists parameters with brief descriptions but does not explain valid values for 'expansion_file_type' (e.g., what 'main' and 'patch' mean) beyond the schema's default. The description adds minimal value over the schema.

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 it 'Get APK expansion file information' and explains what expansion files are, distinguishing it from sibling tools which focus on app details, deployments, and reviews.

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 description provides context on when expansion files are used (large apps exceeding 100MB), implying when the tool is relevant. However, it does not explicitly state when to use this tool versus alternatives or when not to use it.

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