Skip to main content
Glama

hny-mcp

by honeycombio
MIT License
2
18
  • Linux
  • Apple

get_board

Retrieve detailed information about a specific dashboard from a Honeycomb environment, including ID, name, description, and timestamps. Ideal for accessing and analyzing board data directly.

Instructions

Retrieves a specific board (dashboard) from a Honeycomb environment. This tool returns a detailed object containing the board's ID, name, description, creation time, and last update time.

Input Schema

NameRequiredDescriptionDefault
boardIdYesThe ID of the board to retrieve
environmentYesThe Honeycomb environment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "The ID of the board to retrieve", "minLength": 1, "type": "string" }, "environment": { "description": "The Honeycomb environment", "minLength": 1, "type": "string" } }, "required": [ "environment", "boardId" ], "type": "object" }

You must be authenticated.

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