Skip to main content
Glama
PluginCrashReports

crashwebsite-mcp

Official

list_frequent_crashes

Identify the top crash locations for a plugin by function, showing crash counts and latest occurrence. Use this to prioritize fixing.

Instructions

List the most frequent crash locations for a plugin, grouped by function, with counts and the most recent date. Use this to find the top crashes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osNoPlatform filter (default "all").
appNoHost application filter, e.g. "Ableton Live 11". Omit or "all" for every app.
verNoVersion filter, e.g. "1.0.7". Omit or "all" for every version.
limitNoMax rows to return (1-500, default 100).
veropNoComparison operator for the version filter (default "="). Uses natural version ordering.
pluginNoWhich plugin to query: id, plugin code, or name. Omit if you have only one; otherwise required (see list_plugins).
Behavior2/5

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

No annotations exist, so the description carries full burden. It mentions output fields (counts, date) but fails to disclose behavioral traits like whether it is read-only, performance implications, or the fact that the plugin parameter is conditionally required (this is only in the schema, not the description). The description adds minimal behavioral context beyond the schema.

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 two sentences long with no redundant words. It effectively communicates the tool's operation and recommended use. Front-loaded with the main action and output, making it easy to scan.

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?

With 6 parameters all described in the schema and no output schema, the description is somewhat complete. However, it lacks information on the return format (e.g., list of objects, how grouping is represented) and does not address pagination or error states. Given the tool's complexity (aggregated crash data), more detail on output structure would improve completeness.

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 baseline is 3. The description itself does not add further parameter meaning beyond what the schema provides (e.g., 'grouped by function' hints at grouping but does not detail parameter usage). The schema already describes each parameter adequately, so description does not need to compensate.

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 the verb 'List' and the resource 'frequent crash locations for a plugin', and specifies the output grouping by function with counts and date. However, it does not explicitly distinguish itself from siblings like 'list_recent_crashes' or 'search_crashes', which limits differentiation.

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 includes 'Use this to find the top crashes,' which implies a use case but gives no explicit guidance on when to use this tool versus alternatives (e.g., search_crashes or get_crash_stats). No conditions, prerequisites, or exclusions are mentioned.

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/PluginCrashReports/crashwebsite-mcp'

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