list_board_viewlets
Retrieves a read-only list of board card viewlets with descriptor metadata and matching preference configurations. Filter by viewlet name and set a maximum result limit.
Instructions
Read-only list of board card viewlets. Queries view.class.Viewlet with attachTo = board.class.Card and includes descriptor metadata plus matching ViewletPreference configs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewlet | No | a string that will be trimmed | |
| limit | No | Maximum number of board viewlets 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. |