get_multi_team_pulse
Aggregate team pulse across multiple YouTrack boards in parallel with an org-wide summary, handling failed boards without interrupting the rest.
Instructions
Parallel pulse across multiple boards with aggregated org-wide view.
Same per-board logic as get_team_pulse, fanned out via asyncio.gather
so 7 boards take ~one board's worth of time instead of seven. Failed
boards (no projects, unresolvable name) are listed in the output but
don't kill the rest.
Output adds an org-wide aggregate (summed metrics + pipeline counts + flag counts across boards) above per-board summaries.
Args:
boards: Comma-separated board names (partial match each).
horizon_days: Forward planning window (default 14).
lookback_days: Backward velocity window (default 30).
limit: Max items per section per board (default 5 — multi-board
view defaults lower than single-board to keep output compact).
format: "report" (default, markdown) or "json" (parseable payload
with aggregate + boards keys).
max_idle_days: Drop pipeline + re_entry items not updated within
this many days (default 60). Pass 0 to disable.
max_overdue_days: Drop forward items past their deadline by more
than this many days (default 30). Pass 0 to disable.
instance: YouTrack instance (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| boards | Yes | ||
| format | No | report | |
| instance | No | ||
| horizon_days | No | ||
| lookback_days | No | ||
| max_idle_days | No | ||
| max_overdue_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |