Add Member
add_memberAdd a team member to your company. Creates a member record with default access (no financial rights, not an owner). Requires owner role.
Instructions
Add a team member to the company. Creates their company_members row with default access (no financial access, not an owner). Use set_financial_access to grant financial access, and set_member_owner to grant owner status. Requires owner role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user_id for the new member — must match the FOUNDERS_OS_USER_ID they will set in their MCP config. | |
| display_name | No | Human-readable name (improves audit log legibility). | |
| financial_access | No | Financial access level. Defaults to 'none'. |