get_board_saved_view
Retrieve a saved filtered view from a board using the view's ID or exact name. No modifications are made.
Instructions
Read one board saved filtered view by FilteredView _id or exact name, scoped to attachedTo = board.app.Board. No saved-view writes are performed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| savedView | Yes | FilteredView _id or exact saved view name scoped to attachedTo = board.app.Board. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |