manage_responsibilities
Assign, delegate, or revoke responsibility domains for team members. This controls routing — which user receives agent output for specific domains like marketing, finance, etc.
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| reason | No | Why the change is happening (e.g., "vacation", "new hire", "role change") | |
| domains | No | Domain names to assign (e.g., ["marketing", "content", "social"]). Use lowercase. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| valid_until | No | ISO date string when delegation expires. Only for delegate action. Omit for permanent assignments. | |
| target_user_email | No | Email of the user to assign/delegate to. Required for assign and delegate. | |
| delegation_from_email | No | Email of the user delegating their responsibilities. Only for delegate action. |