Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

List Report Families

list_report_families

Lists bulk-report families with keys, bucket prefixes, dimensions, and descriptions. Flags discontinued families so missing recent data is expected, not an error.

Instructions

List the bulk-report families this server can read.

Returns: Each family's key, bucket prefix, available dimensions and description. A family Google no longer publishes carries a discontinued note — those return no rows for recent months by design, not by failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It adds important context: families Google no longer publishes carry a 'discontinued' note, and their empty recent rows are by design, not failure. This prevents an agent from misinterpreting a legitimate empty result as an error, though it does not discuss auth or error handling.

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 well-structured: a front-loaded lead sentence, a clear return-value list, and one essential behavioral caveat. Every sentence earns its place with no redundancy.

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

Completeness5/5

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

For a no-parameter read-only enumeration with an output schema, the description is complete. It states what the tool lists, what each result contains, and the one subtle behavior that could otherwise be misread as a failure.

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?

The input schema has zero parameters and 100% schema description coverage, so there is nothing for the description to add about parameters. The 0-parameter baseline of 4 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 uses a specific verb ('List') and a specific resource ('bulk-report families this server can read'), and it names the output contents. It is clearly distinguishable from sibling tools like list_report_objects because it targets report families rather than report objects or individual reports.

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 gives no guidance about when to use this tool versus alternatives such as list_report_objects, get_installs_report, or check_reports_access. There is no mention of prerequisites, exclusions, or the relationship between report families and the report-reading tools.

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