add_member
Add a collaborator to a PinCushion project by email, assigning a developer (paid) or commenter (free) role. Prompts for upgrade if seat limit is reached.
Instructions
Add a collaborator to a PinCushion project. Developers consume a paid seat and can implement pins. Commenters are free and unlimited. Returns an upgrade prompt if the seat limit is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name (defaults to email prefix) | |
| role | Yes | Role: "developer" (paid seat, can implement) or "commenter" (free, can drop pins and comment) | |
| Yes | Email of the person to add | ||
| projectId | Yes | The project ID |