Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

List Report Objects

list_report_objects

List raw object names under a prefix in the reports bucket to check what Play has published when a report comes back empty.

Instructions

List raw object names under a prefix in the reports bucket.

Diagnostic tool: use it when a report comes back empty to see what Play has actually published.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixYesObject prefix, e.g. "stats/installs/" or "earnings/"
max_resultsNoMaximum object names to return (default 100)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A4/5.0
Behavior3/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 conveys a read-only diagnostic intent and clarifies it lists raw object names, but it does not mention access requirements, ordering, pagination beyond schema defaults, or potential error conditions. This is adequate but not rich.

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 concise and front-loaded: the first sentence states exactly what the tool does, and the second sentence adds a valuable usage context. Every word earns its place with no redundancy.

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?

Both parameters are documented in the schema, an output schema exists, and the description gives a concrete diagnostic scenario. It is sufficiently complete for a simple list tool, though it could optionally mention how to determine valid prefix values or that reports access is required.

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%, so the baseline is 3. The description reinforces that 'prefix' refers to a location in the reports bucket, but does not add meaningful semantics beyond what the schema already documents.

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 a specific verb and resource: 'List raw object names under a prefix in the reports bucket.' This distinguishes it from sibling reporting tools that return processed reports or metrics, and the diagnostic framing reinforces its unique role.

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 explicitly says when to use it: 'when a report comes back empty to see what Play has actually published.' It provides clear context but does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

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

Deploy Server

Other Tools