workboard_list_activities_tool
Retrieve action items accessible to the authenticated user, with optional filters by owner, state, priority, or effort for targeted task management.
Instructions
List action items accessible to the authenticated user.
Returns up to 15 action items by default. Use limit and offset for pagination. Filter by owner, state, priority, or effort to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_owner | No | Filter by owner user ID or email (optional) | |
| ai_state | No | Filter by state: next, doing, done, or pause (optional) | |
| ai_priority | No | Filter by priority: low, med, or high (optional) | |
| ai_effort | No | Filter by effort: easy, medium, or huge (optional) | |
| limit | No | Maximum number of results (optional) | |
| offset | No | Pagination offset (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||