Skip to main content
Glama

hny-mcp

by honeycombio
MIT License
2
18
  • Linux
  • Apple

list_triggers

Retrieve detailed triggers and metadata for a specific dataset in a Honeycomb environment. This tool provides names, descriptions, thresholds, and additional details for all available alerts.

Instructions

Lists available triggers (alerts) for a specific dataset. This tool returns a list of all triggers available in the specified dataset, including their names, descriptions, thresholds, and other metadata. NOTE: all is NOT supported as a dataset name -- it is not possible to list all triggers in an environment.

Input Schema

NameRequiredDescriptionDefault
datasetYesThe dataset to fetch triggers from
environmentYesThe Honeycomb environment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset": { "description": "The dataset to fetch triggers from", "type": "string" }, "environment": { "description": "The Honeycomb environment", "type": "string" } }, "required": [ "environment", "dataset" ], "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