Documentation

Invite Member Tool

Invites a user to a project by email. Only project owners and admins can invite members. Free plan limits apply (maximum 5 members). Sends an invitation email to the specified address.

Invites a user to a project by email. Only project owners and admins can invite members. Free plan limits apply (maximum 5 members). Sends an invitation email to the specified address.

Safety: Write

Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.

Input schema

Field Type Required Description
project_name string no The project name or keyword. Required unless project_id is provided.
project_id integer no Exact project ID. Use this when project_name matches multiple projects.
email string yes Email address of the person to invite.
role string no Role for the invited user. Default: member.

Example prompt

Use invite-member-tool to help me with the relevant Taskavel task.

Example call

{
  "name": "invite-member-tool",
  "arguments": {}
}

Last reviewed Jul 26, 2026