honeycomb · Capability
Honeycomb Boards API — Boards
Honeycomb Boards API — Boards. 5 operations. Lead operation: List all boards. Self-contained Naftiko capability covering one Honeycomb business surface.
What You Can Do
GET
Listboards
— List all boards
/v1/1/boards
POST
Createboard
— Create a board
/v1/1/boards
GET
Getboard
— Get a board
/v1/1/boards/{boardid}
PUT
Updateboard
— Update a board
/v1/1/boards/{boardid}
DELETE
Deleteboard
— Delete a board
/v1/1/boards/{boardid}
MCP Tools
list-all-boards
List all boards
read-only
idempotent
create-board
Create a board
get-board
Get a board
read-only
idempotent
update-board
Update a board
idempotent
delete-board
Delete a board
idempotent