Skip to main content
Glama

Honeybadger MCP Server

by vishalzambre

analyze_honeybadger_issue

Analyze a Honeybadger issue by providing a fault ID to generate detailed insights and actionable fix suggestions, including optional request context and parameters for comprehensive troubleshooting.

Instructions

Comprehensive analysis of a Honeybadger issue with fix suggestions

Input Schema

NameRequiredDescriptionDefault
fault_idYesThe ID of the fault to analyze
include_contextNoInclude request context and parameters in analysis
project_idNoOptional project ID (uses env var if not provided)

Input Schema (JSON Schema)

{ "properties": { "fault_id": { "description": "The ID of the fault to analyze", "type": "string" }, "include_context": { "default": true, "description": "Include request context and parameters in analysis", "type": "boolean" }, "project_id": { "description": "Optional project ID (uses env var if not provided)", "type": "string" } }, "required": [ "fault_id" ], "type": "object" }
Install Server

Other Tools from Honeybadger MCP Server

Related Tools

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/vishalzambre/honeybadger-mcp'

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