Skip to main content
Glama

Honeybadger MCP Server

by vishalzambre

list_honeybadger_faults

Fetch and analyze recent application faults from Honeybadger, filtering by project, environment, and resolution status to streamline troubleshooting in your development workflow.

Instructions

List recent faults from Honeybadger

Input Schema

NameRequiredDescriptionDefault
environmentNoFilter by environment (e.g., production, staging)
limitNoNumber of faults to fetch (default: 20, max: 100)
project_idNoOptional project ID (uses env var if not provided)
resolvedNoFilter by resolved status

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Filter by environment (e.g., production, staging)", "type": "string" }, "limit": { "default": 20, "description": "Number of faults to fetch (default: 20, max: 100)", "type": "number" }, "project_id": { "description": "Optional project ID (uses env var if not provided)", "type": "string" }, "resolved": { "description": "Filter by resolved status", "type": "boolean" } }, "required": [], "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