Skip to main content
Glama

honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_board_create

Generate custom boards in honeycomb-mcp-server by specifying a name, description, and query IDs for organized data visualization and analysis.

Instructions

Create a new board

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the board
nameYesName of the board
query_idsNoQuery IDs to include in the board

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the board", "type": "string" }, "name": { "description": "Name of the board", "type": "string" }, "query_ids": { "description": "Query IDs to include in the board", "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "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