add_circle_member
Add a pending member to a Circle by display name, with optional WhatsApp phone. Enrollment link later captures their Telegram chat id.
Instructions
Add a pending member to a Circle by name, with an optional pre-declared WhatsApp phone. The Telegram chat id is captured later when the member taps the enrollment deep link.
Agent usage: after adding a member, call invite_circle_member to mint the single-use enrollment link the member taps to bind their messenger identity.
ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Circle ID to add the member to | |
| name | Yes | Display name of the member | |
| whatsapp_phone | No | E.164 WhatsApp phone with a leading + (optional, declared) |