accept_team_invite_verify
Step 2 of agentic team invite acceptance. Verifies the emailed code, joins the invited user to the company, and returns a one-time MCP API key for that user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 6-digit code from the invite email | |
| name | No | Optional display name when creating a new user | |
| token | Yes | Invite token returned by create_team_member_invite or from the invite link |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |