honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_datasets_create

Generate and manage new datasets by specifying a name and optional description, simplifying dataset creation within the honeycomb-mcp-server environment.

Instructions

Create a new dataset

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the dataset
nameYesName of the dataset

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the dataset", "type": "string" }, "name": { "description": "Name of the dataset", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: 29kwahuexd