honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_query_get

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