Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_slo_update

Modifies an existing Service Level Objective (SLO) on the honeycomb-mcp-server, allowing updates to name, description, SLI, objective, and time period configurations for specified datasets.

Instructions

Update an existing SLO

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug the SLO belongs to, or 'all'
descriptionNoNew description for the SLO
nameNoNew name for the SLO
objectiveNoNew objective configuration
sliNoNew Service Level Indicator configuration
sloIdYesSLO ID to update
time_periodNoNew time period configuration

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug the SLO belongs to, or 'all'", "type": "string" }, "description": { "description": "New description for the SLO", "type": "string" }, "name": { "description": "New name for the SLO", "type": "string" }, "objective": { "description": "New objective configuration", "type": "object" }, "sli": { "description": "New Service Level Indicator configuration", "type": "object" }, "sloId": { "description": "SLO ID to update", "type": "string" }, "time_period": { "description": "New time period configuration", "type": "object" } }, "required": [ "datasetSlug", "sloId" ], "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