Skip to main content
Glama

configure_playstore

Configure Google Play Store API access by providing a service account key file or inline JSON content. The key can be stored in a config file or project directory for subsequent publishing steps.

Instructions

Configure Google Play Store API access. Provide either a file path (jsonKeyPath) or the JSON content directly (jsonKeyData). The inline method stores the key in ~/.app-publisher/config.json so you can delete the original file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jsonKeyPathNoPath to the Google Play service account JSON key file
jsonKeyDataNoInline JSON content of the service account key (stored in config, no file needed)
projectDirNoOptional project directory to write the key into fastlane/keys/
Behavior3/5

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

No annotations are provided. The description discloses that the inline method stores the key in a config file and suggests deleting the original, which is useful behavioral context. However, it does not mention preconditions, overwriting behavior, or error cases.

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?

Two concise sentences with no wasted words. First sentence states purpose, second adds usage detail and behavioral note. Information is front-loaded.

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?

Given 3 parameters and no output schema, the description covers the key aspects: parameter alternatives, storage behavior, and optional project directory. It could mention return values or verification, but it is reasonably complete for a configuration tool.

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 description coverage is 100%, so baseline is 3. The description adds meaning by explaining that jsonKeyPath and jsonKeyData are alternatives, and that jsonKeyData is stored inline in a config file, which exceeds the schema's descriptions.

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 clearly states it configures Google Play Store API access, specifying two methods (file path or inline JSON). It is specific but does not explicitly distinguish from sibling tools like 'playstore_setup_key'.

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

Usage Guidelines3/5

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

The description provides guidance on the two parameter options but lacks explicit context on when to use this tool versus alternatives or when not to use it. No comparisons with siblings are given.

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/seungmanchoi/app-publisher-mcp'

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