Skip to main content
Glama

Honeybadger MCP Server

by vishalzambre

get_honeybadger_notices

Fetch and analyze error notices for a specific fault in Honeybadger, enabling developers to troubleshoot application issues directly within their development environment. Supports custom limits and project IDs for precise tracking.

Instructions

Fetch notices (occurrences) for a specific fault

Input Schema

NameRequiredDescriptionDefault
fault_idYesThe ID of the fault to fetch notices for
limitNoNumber of notices to fetch (default: 10, max: 100)
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 notices for", "type": "string" }, "limit": { "default": 10, "description": "Number of notices to fetch (default: 10, max: 100)", "type": "number" }, "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