Skip to main content
Glama
rohithgoud30

console-mcp

by rohithgoud30

read_crash_report

Retrieve the complete text of a crash report using its filename from get_crash_logs, enabling in-depth analysis of system or app failures.

Instructions

Read the full content of a specific crash report

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYesThe crash report filename (from get_crash_logs)
Behavior2/5

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

Annotations are absent, so the description carries full burden. It only states 'Read', which implies read-only, but does not disclose any behavioral traits such as file size limits, output format, or side effects. This lacks transparency for a tool with no annotations.

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 a single, front-loaded sentence with no redundant information. Every word contributes to the meaning, and it is very concise.

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?

Given the tool's simplicity (one parameter, no output schema), the description explains what it does and the parameter source. However, it omits details about the output format or any constraints, making it adequate but not fully complete.

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 schema provides 100% coverage for the single parameter 'filename', and its description 'The crash report filename (from get_crash_logs)' adds valuable context about the source of the value, going beyond the type definition.

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 clearly states the verb 'Read' and the resource 'specific crash report', making the tool's purpose unambiguous. It distinguishes from sibling tools like get_crash_logs which list crash reports, and get_logs which handles general logs.

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?

No explicit guidance on when to use this tool versus alternatives. The parameter description implies that the filename comes from get_crash_logs, suggesting a usage order, but no direct statement or exclusions for other log tools are provided.

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

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