honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_board_create

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" }