Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_marker_delete

Remove specific markers from datasets in the honeycomb-mcp-server. Input dataset slug and marker ID to delete targeted markers efficiently.

Instructions

Delete a marker

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug the marker belongs to, or 'all'
markerIdYesMarker ID to delete

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug the marker belongs to, or 'all'", "type": "string" }, "markerId": { "description": "Marker ID to delete", "type": "string" } }, "required": [ "datasetSlug", "markerId" ], "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