Skip to main content
Glama
PluginCrashReports

crashwebsite-mcp

Official

list_recent_crashes

Retrieve the most recent crash reports for a plugin, sorted newest first. Filter by version, platform, or host application to target specific issues.

Instructions

List the most recent individual crash reports for a plugin, newest first. Each row includes an id usable with get_crash_log.

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).
Behavior3/5

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

With no annotations, the description must carry the burden. It states ordering (newest first) and id linkage, but does not disclose pagination behavior, rate limits, or empty result handling. Adequate but not exhaustive.

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 succinct sentences without redundancy. First sentence states core purpose and ordering, second adds valuable information about the id for tool chaining.

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?

Despite no output schema and 6 parameters, the description combined with detailed parameter schema provides sufficient context for typical use. The missing return format detail is minor for a list tool.

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 description adds little beyond parameter descriptions. Baseline 3 is appropriate as it does not further clarify parameter semantics.

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?

Description clearly states 'list the most recent individual crash reports for a plugin, newest first', providing a specific verb and resource, and distinguishes from sibling tools like get_crash_stats and search_crashes.

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?

No explicit when-to-use or alternatives are mentioned. The note about id being usable with get_crash_log hints at a workflow but does not provide usage guidance or exclusions.

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