Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_batch_event_create

Create multiple events in a specified dataset simultaneously using a single batch operation, streamlining data ingestion and reducing processing time.

Instructions

Create multiple events in a dataset in a single batch

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug to create events in
eventsYesArray of event data to send

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug to create events in", "type": "string" }, "events": { "description": "Array of event data to send", "items": { "type": "object" }, "type": "array" } }, "required": [ "datasetSlug", "events" ], "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