kajirita2002
Provides a direct TypeScript-based interface for interacting with Honeycomb's observability API, enabling developers to query, create, and manage datasets, events, and monitoring resources through natural language interaction.
API Keys have various scopes permissions and belong to a specific Team or Environment. Use this to validate authentication for a key, to determine what authorizations have been granted to a key, and to determine the Team and Environment that a key belongs to.
Get information about a specific board. Boards are a place to pin and save useful queries and graphs you want to retain for later reuse and reference.
Get information about a specific query. Returns the query specification, not the query results.
List all boards. Boards are a place to pin and save useful queries and graphs you want to retain for later reuse and reference.
Get information about a specific dataset. A Dataset represents a collection of related events that come from the same source, or are related to the same source.
List all columns in a dataset. Columns are fields in the events you send to Honeycomb.
Create a query from a specification. DOES NOT run the query to retrieve results.
List all datasets in the environment. A Dataset represents a collection of related events that come from the same source, or are related to the same source.
Get query results for a previously executed query. The response body will be a JSON object with 'complete': true and the results populated once the query is complete.
Run a previously created query and return a query result ID that can be used to retrieve the results.
List dataset definitions with pagination. Dataset definitions describe the fields with special meaning in the Dataset. Honeycomb automatically creates these Dataset definition fields when the Dataset is created.
Connect to MCP Server
Required environment variables:
HONEYCOMB_API_KEY