Skip to main content
Glama

search_error_issues

Search grouped crash/ANR issues for an Android app, returning deduplicated stack traces with affected versions, user counts, and Play Console links to help diagnose stability problems.

Instructions

Search grouped crash/ANR issues for an app (deduplicated stack traces). Each issue has a name containing its issue ID, type (CRASH/ANR), cause, location, errorReportCount, distinctUsers, affected versions, and an issueUri linking to the Play Console. Use the issue name with search_error_reports to read individual stack traces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 25)
filterNoAIP-160 filter, e.g. "errorReportType = CRASH"
end_dateYesEnd date (inclusive) as YYYY-MM-DD
order_byNoSort order, e.g. 'errorReportCount desc' or 'distinctUsers desc'
start_dateYesStart date (inclusive) as YYYY-MM-DD
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden and adds meaningful behavioral context: it explains issues are grouped/deduplicated, describes the key fields (errorReportCount, distinctUsers, affected versions, issueUri), and provides a pointer to the sibling for deeper detail. It omits potential edge cases like pagination or error behavior, but the read-only search nature is clear.

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 sentences with zero redundancy. The first sentence defines the tool, the second adds valuable output context and a workflow hint. Perfectly sized.

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 there is no output schema, the description compensates well by enumerating the response fields and linking to the sibling tool for drill-down. It covers the essential context for an agent to select and use the tool effectively, with minor gaps around default filter behavior not being mentioned.

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 does not add parameter-level details beyond what the schema already provides; it focuses on the output structure and sibling usage, which is acceptable but not additive.

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 ('Search') with a distinct resource ('grouped crash/ANR issues for an app'), explicitly explaining the deduplication semantics. It clearly distinguishes from the sibling tool `search_error_reports` by describing the aggregation layer and how it relates to 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 Guidelines4/5

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

The description provides a clear workflow: use this tool to find issues, then use `search_error_reports` with the issue name to read stack traces. This names an alternative tool and gives an example of when to use it, though it does not cover all sibling comparisons (e.g., `query_crash_rate`).

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

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/OrellBuehler/play-console-mcp'

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