2
2ools
/invite_project_member
Invite project member
Invite an existing 2ools username or an email address to one owned project as a collaborator or viewer. New-account claim tokens are emailed by 2ools and are ne
liveunknown~5s typical
mcp2ools
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-2ools-mcp /invite_project_member for me.
Input
| Field | Type | Description |
|---|---|---|
| project_id* | string | |
| identity* | string | Existing 2ools username or invitee email address. |
| role | string (collaborator | viewer) | default "collaborator" |
| version_id | string | Optional same-project version for activation attribution. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-2ools-mcp","endpoint":"/invite_project_member","input":{"project_id":"...","identity":"...","role":"collaborator"}}'cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /invite_project_member -i '{"project_id":"...","identity":"...","role":"collaborator"}'mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/invite_project_member", input: {"project_id":"...","identity":"...","role":"collaborator"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.