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
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | Board ID to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"boardId": {
"description": "Board ID to retrieve",
"type": "string"
}
},
"required": [
"boardId"
],
"type": "object"
}