Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_query_get

Retrieve specific query details by providing the dataset slug and query ID from the honeycomb-mcp-server. Simplify query information access for targeted datasets.

Instructions

Get information about a specific query

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug the query belongs to
queryIdYesQuery ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug the query belongs to", "type": "string" }, "queryId": { "description": "Query ID to retrieve", "type": "string" } }, "required": [ "datasetSlug", "queryId" ], "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