Open the board (UI)
get_boardReturn the FeatureBoard board UI as HTML to view tasks, status, and analytics in a chatbot artifact.
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). Use the mcp_tools array in this response VERBATIM as the artifact's mcp_tools (do not hand-pick tools from memory — the board's buttons and analytics dashboard call back into exactly these tools, and any you omit will fail with "not in this artifact's mcp_tools allowlist").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||