list_tasks
Retrieve tasks from Capsule CRM, defaulting to open tasks, with optional filtering by status and owner ID for streamlined task management.
Instructions
List tasks in Capsule CRM. Defaults to OPEN tasks; pass status to broaden. Optionally filter to a specific owner via ownerId. Capsule does not expose a due-date filter on this endpoint — for that use filter_* tools elsewhere or iterate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| embed | No | Comma-separated embeds. Valid tokens: party, opportunity, project, owner, nextTask. | |
| status | No | Defaults to OPEN when omitted. Pass COMPLETED to filter to completed tasks, or 'OPEN' explicitly. | |
| ownerId | No | Filter to tasks owned by this user ID | |
| perPage | No |