honeycomb-mcp-server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HONEYCOMB_API_KEY | Yes | Your Honeycomb API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
honeycomb_auth | Get authentication information and validate API key |
honeycomb_datasets_list | List all datasets in the environment |
honeycomb_dataset_get | Get information about a specific dataset |
honeycomb_datasets_create | Create a new dataset |
honeycomb_datasets_update | Update an existing dataset |
honeycomb_columns_list | List all columns in a dataset |
honeycomb_query_create | Create a new query for a dataset |
honeycomb_query_get | Get information about a specific query |
honeycomb_query_result_create | Create a new query result (run a query) |
honeycomb_query_result_get | Get results of a specific query execution |
honeycomb_event_create | Create a new event in a dataset |
honeycomb_batch_event_create | Create multiple events in a dataset in a single batch |
honeycomb_boards_list | List all boards |
honeycomb_board_get | Get information about a specific board |
honeycomb_board_create | Create a new board |
honeycomb_board_update | Update an existing board |
honeycomb_board_delete | Delete a board |
honeycomb_markers_list | List all markers for a dataset |
honeycomb_marker_create | Create a new marker for a dataset |
honeycomb_marker_get | Get information about a specific marker |
honeycomb_marker_update | Update an existing marker |
honeycomb_marker_delete | Delete a marker |
honeycomb_slos_list | List all SLOs for a dataset |
honeycomb_slo_get | Get information about a specific SLO |
honeycomb_slo_create | Create a new SLO for a dataset |
honeycomb_slo_update | Update an existing SLO |
honeycomb_triggers_list | List all triggers for a dataset |
honeycomb_trigger_get | Get information about a specific trigger |
honeycomb_trigger_create | Create a new trigger for a dataset |
honeycomb_trigger_update | Update an existing trigger |
honeycomb_trigger_delete | Delete a trigger |