team_task
Manage team tasks by creating, claiming, completing, or listing them with dependency support in the Memorix collaboration environment.
Instructions
Create, claim, complete, or list tasks in the team task board. Supports dependencies. Action "create": create a task. Action "claim": assign to yourself. Action "complete": mark done with result. Action "list": show tasks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| description | No | Task description (for create) | |
| deps | No | Dependency task IDs (for create) | |
| taskId | No | Task ID (for claim/complete) | |
| agentId | No | Agent ID (for claim/complete) | |
| result | No | Result summary (for complete) | |
| status | No | Filter by status (for list) | |
| available | No | Show only claimable tasks (for list) |