Skip to main content
Glama

Honeybadger MCP Server

by vishalzambre

get_honeybadger_fault

Retrieve specific application errors by ID using Honeybadger MCP Server, enabling developers to fetch and analyze faults directly within their development environment for efficient troubleshooting.

Instructions

Fetch a specific fault/error from Honeybadger by ID

Input Schema

NameRequiredDescriptionDefault
fault_idYesThe ID of the fault to fetch
project_idNoOptional project ID (uses env var if not provided)

Input Schema (JSON Schema)

{ "properties": { "fault_id": { "description": "The ID of the fault to fetch", "type": "string" }, "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