honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_board_get

Retrieve detailed information about a specific board by providing its unique ID within the honeycomb-mcp-server system.

Instructions

Get information about a specific board

Input Schema

NameRequiredDescriptionDefault
boardIdYesBoard ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "Board ID to retrieve", "type": "string" } }, "required": [ "boardId" ], "type": "object" }
ID: 29kwahuexd