get_organization_snapshot_as_of
Fetch the organization hierarchy and active headcount for any date in one call. Use it to audit staffing or plan resources at a specific point in time.
Instructions
Capture the organization tree and active headcount as of a specific date.
Combines organization_tree (OrgData) with active_employees
(ActiveEmployeeData) so one call returns both the org hierarchy and the
people staffed against it on that day.
KNOWN ISSUE: Both underlying Report Center routes currently 404 on the PRE Foundation backend. This composite tool will light up once MAYO redeploys those endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dept_code | No | Root department code to query | |
| as_of_date | No | Snapshot date in `YYYY-MM-DD` format; defaults to today |