getsign_ensure_board_view
Ensure a GetSign board view tab exists on a Monday board and return its link.
Idempotent: if the board already has a GetSign APP board view, reuse it.
Otherwise create one named "GetSign". Returns data.link (monday deep link)
and data.created (true when newly created). Needs only board_id — no
workflow has to exist yet. Priority trigger: call this as soon as a board
is picked/given for signing (e.g. right after listing workflows for a
board, or as soon as the user names a board), before or independent of
creating a workflow — don't wait for workflow creation's next_tool hint,
that's only a fallback for when this wasn't already called. Also call it
whenever the user asks for the GetSign board view. Gate on signing intent:
don't stamp a tab onto a board the user is only browsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes |