Skip to main content
Glama
PluginCrashReports

crashwebsite-mcp

Official

list_versions

List distinct plugin versions and host application names from crash data to build filters for a specific plugin.

Instructions

List the distinct plugin versions and host application names present in a plugin's crash data. Useful for building filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 provided. Description only says it lists distinct values; no disclosure of behavioral traits like idempotency, rate limits, or side effects. Does not contradict annotations (none present).

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 no wasted words. Purpose and use case are front-loaded. Extremely concise yet informative.

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?

For a simple tool with one optional parameter and no output schema, the description covers purpose and parameter semantics adequately. Could mention the output format or that it returns distinct values, but not critical given the simplicity.

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?

Schema coverage is 100%, but the description adds extra meaning: explains that 'plugin' can be id, code, or name, that omitting is allowed if only one plugin exists, and references list_plugins for finding available plugins. This goes beyond the schema description.

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 it lists distinct plugin versions and host application names from crash data. It also gives use case (building filters) and implicitly distinguishes from siblings like list_plugins by specifying it's for crash data.

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?

Description mentions 'useful for building filters', implying a use context. However, it does not explicitly state when to use vs. alternatives (e.g., when to use list_plugins instead), nor does it provide when-not-to-use guidance.

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