honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_slo_get

Get information about a specific SLO

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug the SLO belongs to, or 'all'
sloIdYesSLO ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug the SLO belongs to, or 'all'", "type": "string" }, "sloId": { "description": "SLO ID to retrieve", "type": "string" } }, "required": [ "datasetSlug", "sloId" ], "type": "object" }