Open the board (UI)
get_boardReturns the board UI as a self-contained HTML document for viewing tasks, status, and analytics.
Instructions
Return the FeatureBoard board UI as a self-contained HTML document, ready to render as a Cowork artifact. This is THE way to satisfy any natural-language request to see the board — "open/show the board", "show the featureboard", "what's on my plate", "how are we looking", "give me a status", "show velocity/analytics". Do NOT hand-write your own board: take the returned html, write it to a file, and pass it to create_artifact (use artifact id "featureboard-board"; if a board artifact is already open, reuse it via update_artifact instead of creating a duplicate). List this server's tools in the artifact's mcp_tools so the columns, product filter, and analytics dashboard work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||