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
Name | Required | Description | Default |
---|---|---|---|
datasetSlug | Yes | Dataset 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"
}