invite_member
Send an invite email to add a team member to your organization. Requires admin or owner permissions and specifies the role as admin or member.
Instructions
MUTATION — sends an invite email immediately and cannot be undone via MCP. Invite a team member to a Cachly organization by email. Requires the caller to be an admin or owner of the organization. Valid roles: admin (manage members + instances), member (read + cache ops). Default role: member. Returns an error if the email is already a member or has a pending invite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | UUID of the organization | |
| Yes | Email address to invite | ||
| role | No | Role for the invited member (default: member) |