paperclip_get_org_chart
Retrieve the full company agent hierarchy as a nested org chart to understand chain of command before escalating issues to senior agents.
Instructions
Get the full company agent hierarchy as an org chart.
Returns: Nested tree structure of agent nodes: id, name, role, reportsTo, directReports[].
Examples:
Use when: understanding the chain of command before escalating to a senior agent or CEO
Don't use when: you need a flat agent list — use paperclip_list_agents instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → verify PAPERCLIP_COMPANY_ID is correct
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | Yes | Output format: 'markdown' (default, human-readable) or 'json' (structured) | markdown |