list_team_intents
List team intents for a repository to see ongoing work, detect overlapping tasks, and review feature status. Supports filtering by status, author, date, and pagination.
Instructions
List intents from team members for this repository.
Use this to:
See what your team is working on
Check for potential overlapping work before starting a new task
Review the status of various features/refactors in progress
Filtering (status, author, date range) and pagination are applied server-side across the full result set (default: 50 per page; use limit/offset to page). count is the total number of matching intents, not just the returned page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of intents to return (default: 50) | |
| since | No | Filter intents updated after this ISO8601 date (e.g. "2026-04-01") | |
| until | No | Filter intents updated before this ISO8601 date | |
| author | No | Filter by author name or ID | |
| offset | No | Number of intents to skip for pagination (default: 0) | |
| status | No | Filter by intent status. | |
| repoPath | Yes | Local path to the repository root | |
| forkAuthor | No | Fork attribution; usually resolved by Muninn automatically — pass only for override / testing. | |
| repoOrigin | No | Git remote origin URL. Auto-detected from repoPath via git if not provided. | |
| workspaceId | No | Workspace identifier; usually resolved by Muninn automatically — pass only for override / testing. |