Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kajirita2002/honeycomb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server