Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_marker_get

Retrieve detailed information about a specific marker using its dataset slug and marker ID to support precise data analysis and management.

Instructions

Get information about a specific marker

Input Schema

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

Input Schema (JSON Schema)

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