Skip to main content
Glama

hny-mcp

by honeycombio
MIT License
2
18
  • Linux
  • Apple

get_trigger

Retrieve detailed trigger information including ID, name, description, threshold, and status from the Honeycomb environment using a specific trigger ID and dataset.

Instructions

Retrieves a specific trigger (alert) by ID with detailed information. This tool returns a detailed object containing the trigger's ID, name, description, threshold, frequency, alert type, triggered status, disabled status, recipients, evaluation schedule type, and timestamps.

Input Schema

NameRequiredDescriptionDefault
datasetYesThe dataset containing the trigger
environmentYesThe Honeycomb environment
triggerIdYesThe ID of the trigger to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset": { "description": "The dataset containing the trigger", "type": "string" }, "environment": { "description": "The Honeycomb environment", "type": "string" }, "triggerId": { "description": "The ID of the trigger to retrieve", "type": "string" } }, "required": [ "environment", "dataset", "triggerId" ], "type": "object" }

You must be authenticated.

Other Tools from hny-mcp

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/honeycombio/honeycomb-mcp'

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