get_team_pulse
Get a real-time snapshot of team output volume, pending approvals, and founder load. pending_cards is the LIVE open queue (includes cards older than days). activity_runs and approval_velocity are the last N days only. Shows cards per agent, approval velocity, oldest pending items, and load trends. Use this to detect if the founder is being overwhelmed, if agents are producing too much or too little, or if cards are piling up without action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days for activity_runs and approval_velocity only (default: 7). pending_cards is always the live queue. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| company_id | No | Company ID to check. Usually auto-injected from context. |