honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_markers_list

Retrieve a list of markers for a specified dataset using the honeycomb-mcp-server. Input the dataset slug or 'all' to access markers across all datasets.

Instructions

List all markers for a dataset

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug to list markers for, or 'all' for all datasets

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug to list markers for, or 'all' for all datasets", "type": "string" } }, "required": [ "datasetSlug" ], "type": "object" }
ID: 29kwahuexd