list_board_saved_views
List read-only saved filtered views for boards, filterable by visibility (own, shared, or all) and optional name search.
Instructions
Read-only list of board saved filtered views. Queries view.class.FilteredView where attachedTo = board.app.Board and reports own/shared visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visibility | No | Filter board saved views by whether the current account is in the saved view users list. | |
| nameSearch | No | Optional saved view name substring search. | |
| limit | No | Maximum number of board saved views to return (default: 50). |
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. |