honeycomb-mcp-server

MIT License
108
1
  • Linux
  • Apple

honeycomb_board_delete

Remove a specific board by its ID using this tool, ensuring efficient management of boards within the honeycomb-mcp-server environment.

Instructions

Delete a board

Input Schema

NameRequiredDescriptionDefault
boardIdYesBoard ID to delete

Input Schema (JSON Schema)

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