Skip to main content
Glama

hny-mcp

by honeycombio
MIT License
2
18
  • Linux
  • Apple

get_slo

Retrieve detailed SLO (Service Level Objective) information from Honeycomb datasets using an SLO ID. Access data like compliance, target per million, budget remaining, and timestamps for precise observability analysis.

Instructions

Retrieves a specific SLO (Service Level Objective) by ID with detailed information. This tool returns a detailed object containing the SLO's ID, name, description, time period, target per million, compliance, budget remaining, SLI alias, and timestamps.

Input Schema

NameRequiredDescriptionDefault
datasetYesThe dataset containing the SLO
environmentYesThe Honeycomb environment
sloIdYesThe ID of the SLO to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset": { "description": "The dataset containing the SLO", "type": "string" }, "environment": { "description": "The Honeycomb environment", "type": "string" }, "sloId": { "description": "The ID of the SLO to retrieve", "type": "string" } }, "required": [ "environment", "dataset", "sloId" ], "type": "object" }
Install Server

Other Tools from hny-mcp

Related Tools

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/honeycombio/honeycomb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server