Documentation

Remove Member Tool

Removes a member from a project. Only project owners and admins can remove members. The project owner cannot be removed.

Removes a member from a project. Only project owners and admins can remove members. The project owner cannot be removed.

Safety: Destructive

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.
member_email string yes Email of the member to remove.

Example prompt

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

Example call

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

Last reviewed Jul 26, 2026